Skip to content

parse dates

Lars Buntemeyer requested to merge (removed):parse_dates into master

I added the optione parse_dates to slk_list_formatted which will parse year, month and day columns into a date column containing datetime objects.

I added a quick fix for parsing files and dirs by letting pd.read_fwf infer the column specs from all columns, simply set infer_nrows=10000. This seems to correctly parse dir sizes to NaN.

Edited by Lars Buntemeyer

Merge request reports