In Reading Data

sir,
If i want to write this program then from where did i will get data File??

hey @mayanksingh4597 ,
you can find the data used from below link

I hope this helps.

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.