⬅︎ Back to Rust > Go > Python ...to parse millions of dates in CSV files
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.
What about pandas python module. pd.read_csv('my file.csv', parse_dates = ["date_column_name"])
Comment
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
What about pandas python module. pd.read_csv('my file.csv', parse_dates = ["date_column_name"])