Question: MY code is as follows for spyder import numpy as np price=np.genfromtxt(stocks.csv,delimiter=,) I am getting this error raise IOError(%s not found. % path) OSError: stocks.csv
MY code is as follows for spyder
import numpy as np
price=np.genfromtxt("stocks.csv",delimiter=",")
I am getting this error
raise IOError("%s not found." % path)
OSError: stocks.csv not found.
How can I fix this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
