Comment

Peter Bengtsson

Tempting to try but parsing CSV is just a part of it. There's also triggering concurrency/parallelism, doing the gzip decompression, and doing the date parsing.

Parent comment

Anonymous

What about pandas python module. pd.read_csv('my file.csv', parse_dates = ["date_column_name"])