rolling_df
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.
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.