import numpy filename = 'YGa69ObX6WFj9mYa4EmW.csv' a = numpy.recfromcsv(filename) print(a[0]) print(a.dtype)

Works nicely but the third field is bytes instead of datetime64[ms].