0

I have written this code for my project

x = np.array([12.5, 11.9, 12.7, 14.2, 14.6, 14.8, 14.8, 14.8, 14.8, 14.8, 15.3]).reshape((-1,1))
y = np.array([68.29, 66.79, 67.72, 67.96, 70.44, 71.02, 71.15, 71.37, 71.37, 71.38, 71.1])

But i want to use file so the code isn't this large How can i use csv or txt file instead of this, please help

0 Answers0