marmot.plottingmodules.plotutils.timeseries_modifiers#

Collection of functions which modify or infer information from timeseries

@author: Daniel Levie

Functions

adjust_for_leapday(self, df)

Shifts dataframe ahead by one day.

get_sub_hour_interval_count(df)

Detects the interval spacing of timeseries data.

set_timestamp_date_range(dfs, start_date, ...)

Sets the timestamp date range based on start_date and end_date strings

sort_duration(df, col)

Converts a dataframe time series into a duration curve.