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

@ -345,6 +345,8 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(DataFrameGetNanoSecond),
whole_stream_command(DataFrameStrFTime),
whole_stream_command(DataFrameDescribe),
whole_stream_command(DataFrameRolling),
whole_stream_command(DataFrameCumulative),
]);
#[cfg(feature = "clipboard-cli")]