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
Expert Answer
An answer will be send to you shortly. . . . .