Skip to content

Downsampling of dataframes fails due to incorrect resampler calls

Benedikt Grosch requested to merge fix_dataframe_resampling into development
  • BREAKING: From now on we expect users to deal with missing values in their data, and do not automatically interpolate the missing values.
  • Fixed duplicate resampler calls
  • Added warning if there are duplicate items in the index.
Edited by A.Clement

Merge request reports