I'm trying to read values from a CSV file, but I'm getting an error.
Here is code snippet:
import numpy as np
file_read=np.loadtxt('stock_px.csv', delimiter=',')
print ("Restored data: \n" + str(file_read))
Here is error message:
ValueError: could not convert string to float: