sir,
If i want to write this program then from where did i will get data File??
In Reading Data
dfx = pd.read_csv(’…/Datasets/xdata.csv’) dfy = pd.read_csv(’…/Datasets/ydata.csv’)
sir from where did i will get xdata.csv file??
In the above link i provided you will see there are two files , xdata and ydata .
Just download them to respective folder you want to work in and use them.