nushell/crates/nu_plugin_polars/src/dataframe
Jan Klass 6c36bd822c
Fix doc and code comment typos (#14366)
# User-Facing Changes

* Fixes `polars value-counts --column` help text typo
* Fixes `polars agg-groups` help text typo
2024-11-17 19:17:35 +01:00
..
command Fix doc and code comment typos (#14366) 2024-11-17 19:17:35 +01:00
values Add support for converting polars decimal values to nushell values (#14343) 2024-11-15 12:10:38 +08:00
mod.rs Polars command reorg (#13798) 2024-09-06 13:46:37 -07:00
README.md Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
utils.rs Upgrade to polars 0.43 (#14148) 2024-10-23 19:14:24 +02:00

Dataframe

This dataframe directory holds all of the definitions of the dataframe data structures and commands.

There are three sections of commands:

For more details see the Nushell book section on dataframes