pandas.api.indexers.VariableOffsetWindowIndexer

class pandas.api.indexers.VariableOffsetWindowIndexer(index_array=None, window_size=0, index=None, offset=None, **kwargs)[source]

Calculate window boundaries based on a non-fixed offset such as a BusinessDay

Methods

get_window_bounds([num_values, min_periods, …])

Computes the bounds of a window.