nushell/crates/nu_plugin_polars/src/dataframe
Jack Wright a6b1d1f6d9
Upgrade to polars 0.40 (#13069)
Upgrading to polars 0.40
2024-06-06 07:26:47 +08:00
..
eager Upgrade to polars 0.40 (#13069) 2024-06-06 07:26:47 +08:00
expressions Upgrade to polars 0.40 (#13069) 2024-06-06 07:26:47 +08:00
lazy Upgrade to polars 0.40 (#13069) 2024-06-06 07:26:47 +08:00
series Upgrade to polars 0.40 (#13069) 2024-06-06 07:26:47 +08:00
values Upgrade to polars 0.40 (#13069) 2024-06-06 07:26:47 +08:00
mod.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
README.md Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
stub.rs Showing full help when running the polars command (#12462) 2024-04-10 07:26:33 -05:00
utils.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05: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