nushell/crates/nu_plugin_polars/src/dataframe
2024-05-06 19:24:54 -04:00
..
eager Polars lazy refactor (#12669) 2024-05-06 23:19:11 +00:00
expressions Polars lazy refactor (#12669) 2024-05-06 23:19:11 +00:00
lazy Polars lazy refactor (#12669) 2024-05-06 23:19:11 +00:00
series Polars lazy refactor (#12669) 2024-05-06 23:19:11 +00:00
values Merge branch 'main' into ecow-record 2024-05-06 19:24:54 -04: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