import numpy as np
import datetime
import string
time_1=np.loadtxt('1.csv',delimiter=',',
skiprows=0,usecols=(0,),unpack=False)
I use numpy.loadtxt to read a CSV file. as showed above. However, it always has
ValueError: could not convert string to float:
the csv file like this
41795.00
41795.00
41795.02
41795.02
41795.03