The source project of this merge request has been removed.
parse dates
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