Rolling and cumulative commands (#3960)

* rolling and cumulative operations

* update polars to 0.15.1

* change reference in function
This commit is contained in:
Fernando Herrera
2021-08-24 15:10:29 +01:00
committed by GitHub
parent 0abe753003
commit 02b2c55146
10 changed files with 340 additions and 27 deletions

View File

@ -32,7 +32,7 @@ serde_yaml = "0.8.16"
toml = "0.5.8"
[dependencies.polars]
version = "0.15"
version = "0.15.1"
optional = true
features = ["default", "serde", "rows", "strings", "checked_arithmetic", "object", "dtype-duration-ns"]