1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-05 02:24:25 +02:00
nushell/crates/nu_plugin_polars/src/dataframe/command/aggregation
Jack Wright 0172ad8461
Upgrading to polars 0.44 ()
Upgrading to polars 0.44
2024-11-29 19:39:07 -06:00
..
agg_groups.rs Fix doc and code comment typos () 2024-11-17 19:17:35 +01:00
aggregate.rs Migrating polars commands away from macros, removed custom DataFrame comparison. () 2024-09-11 10:33:05 -07:00
count.rs Improved null handling when converting from nu -> dataframe. () 2024-09-16 18:07:13 -05:00
cumulative.rs Upgrade to polars 0.43 () 2024-10-23 19:14:24 +02:00
groupby.rs Migrating polars commands away from macros, removed custom DataFrame comparison. () 2024-09-11 10:33:05 -07:00
implode.rs Migrating polars commands away from macros, removed custom DataFrame comparison. () 2024-09-11 10:33:05 -07:00
max.rs Migrating polars commands away from macros, removed custom DataFrame comparison. () 2024-09-11 10:33:05 -07:00
mean.rs Migrating polars commands away from macros, removed custom DataFrame comparison. () 2024-09-11 10:33:05 -07:00
median.rs Migrating polars commands away from macros, removed custom DataFrame comparison. () 2024-09-11 10:33:05 -07:00
min.rs Migrating polars commands away from macros, removed custom DataFrame comparison. () 2024-09-11 10:33:05 -07:00
mod.rs Migrating polars commands away from macros, removed custom DataFrame comparison. () 2024-09-11 10:33:05 -07:00
n_null.rs Polars command reorg () 2024-09-06 13:46:37 -07:00
n_unique.rs Polars command reorg () 2024-09-06 13:46:37 -07:00
quantile.rs Upgrading to polars 0.44 () 2024-11-29 19:39:07 -06:00
rolling.rs Upgrade to polars 0.43 () 2024-10-23 19:14:24 +02:00
std.rs Migrating polars commands away from macros, removed custom DataFrame comparison. () 2024-09-11 10:33:05 -07:00
sum.rs Migrating polars commands away from macros, removed custom DataFrame comparison. () 2024-09-11 10:33:05 -07:00
value_counts.rs Fix doc and code comment typos () 2024-11-17 19:17:35 +01:00
var.rs Migrating polars commands away from macros, removed custom DataFrame comparison. () 2024-09-11 10:33:05 -07:00