rolling_df

function of dascore.utils.pd source

rolling_df(
    df ,
    window ,
    step = None,
    axis = 0,
    center = False,
)

A simple wrapper around pandas rolling to handle deprecated axis.

See pandas.DataFrame.rolling for more details of arguments.