Dispa-SET icon indicating copy to clipboard operation
Dispa-SET copied to clipboard

Datetime bug

Open MPavicevic opened this issue 4 years ago • 0 comments

When time series input csv has more years then one and no leap year is present new year specified in the config file overwrites all days in csv file to a new year. This results in an error in last line of function: load_time_series(config,path,header='infer'):

return data.reindex(config['idx_long'], method='nearest').fillna(method='bfill')

I will work on this! This is just a reminder so that i don't forget!

MPavicevic avatar Mar 28 '20 13:03 MPavicevic