nushell/crates/nu-cmd-dataframe/src/dataframe/lazy
Jack Wright 3fd1a26ec0
Updating polars and sqlparser versions (#10114)
Polars and SQLParser upgrade.

I have exposed features that have been added to polars as command args
where appropriate.

---------

Co-authored-by: Jack Wright <jack.wright@disqo.com>
Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
Co-authored-by: sholderbach <sholderbach@users.noreply.github.com>
2023-08-30 00:13:34 +02:00
..
aggregate.rs Updating polars and sqlparser versions (#10114) 2023-08-30 00:13:34 +02:00
collect.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
explode.rs Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951) 2023-08-15 06:54:37 -05:00
fetch.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
fill_nan.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
fill_null.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
filter.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
flatten.rs Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951) 2023-08-15 06:54:37 -05:00
groupby.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
join.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
macro_commands.rs Merged overloaded commands (#9860) 2023-07-31 07:34:12 -05:00
mod.rs Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951) 2023-08-15 06:54:37 -05:00
quantile.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
select.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
sort_by_expr.rs Updating polars and sqlparser versions (#10114) 2023-08-30 00:13:34 +02:00
to_lazy.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00