reskit.util.leap_day

reskit.util.leap_day#

Functions#

remove_leap_day(timeseries)

Removes leap days from a given timeseries

Module Contents#

reskit.util.leap_day.remove_leap_day(timeseries)#

Removes leap days from a given timeseries

Parameters:

timeseries (array_like) –

The time series data to remove leap days from
  • If something array_like is given, the length must be 8784

  • If a pandas DataFrame or Series is given, time indexes will be used directly

Return type:

Array