nushell/crates/nu_plugin_polars/src/dataframe
eggcaker bdc767bf23
fix polars save example typo (#15008)
# Description
 fix polars save example dfr -> polars 

I'm wondering why the commands `polars open` and `polars save` don't
have the same flags?
2025-02-06 07:01:09 -06:00
..
command fix polars save example typo (#15008) 2025-02-06 07:01:09 -06:00
values Polars upgrade to 0.46 (#14933) 2025-01-27 13:01:39 -06: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