nushell/crates/nu-cmd-dataframe/src/dataframe
Jack Wright b9dd47ebb7
Polars 0.38 upgrade (#12506)
# Description
Polars 0.38 upgrade for both the dataframe crate and the polars plugin.

---------

Co-authored-by: Jack Wright <jack.wright@disqo.com>
2024-04-13 13:00:04 -05:00
..
eager Update list of supported formats in dfr open error message. (#12408) 2024-04-05 06:47:08 -05:00
expressions Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
lazy Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
series Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
values Polars 0.38 upgrade (#12506) 2024-04-13 13:00:04 -05:00
mod.rs Add a stub dfr command (#10683) 2023-10-11 17:51:20 +02:00
README.md move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00
stub.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
test_dataframe.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
utils.rs Make FromValue take owned Values (#10900) 2023-10-31 19:47:00 +01: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