go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
3.04k stars 281 forks source link

Add Rolling(window,center,..) function for an item of Dataframe #76

Open prantoran opened 5 years ago

prantoran commented 5 years ago

Here is the link to the pandas.Dataframe feature: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.rolling.html

Specifically, the median and mean functions on the array returned by the Rolling function are useful.