nushell/crates/nu_plugin_polars/src/dataframe
Jack Wright 81c61f3243
Showing full help when running the polars command (#12462)
Displays the full help message for all sub commands.

Co-authored-by: Jack Wright <jack.wright@disqo.com>
2024-04-10 07:26:33 -05:00
..
eager Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
expressions Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
lazy Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
series Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
values Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05: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