I am using genfromtxt to read a csv file with data types that include
string, float, integer, date, and time. I was able to accomplish such a
task using reader.
I thought there might be easier ways and the one I thought about is
genfromtxt. I have 2 questions: (1) Is there a function (method) to
On 14/02/16 03:53, Ek Esawi wrote:
> genfromtxt. I have 2 questions: (1) Is there a function (method) to convert
> time in H:M:S, format, e.g. 12:30:30 to decimal or 24 format e.g.12.508
The decimal format is not a common one but the best place to start
are the time and datetime (and calendar mo