nushell/crates/nu-command/src/dataframe
Hofer-Julian d5ae979094
Update polars to 0.28 (#9136)
# Description
Update polars to 0.28.
Luckily, it didn't require major changes.

# User-Facing Changes
None.
(Apart from the fact that certain error messages will stop breaking
table formatting)
2023-05-08 10:42:53 -05:00
..
eager Update polars to 0.28 (#9136) 2023-05-08 10:42:53 -05:00
expressions Update polars to 0.28 (#9136) 2023-05-08 10:42:53 -05:00
lazy Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +01:00
series Update polars to 0.28 (#9136) 2023-05-08 10:42:53 -05:00
values Update polars to 0.28 (#9136) 2023-05-08 10:42:53 -05:00
mod.rs Lazy dataframes (#5546) 2022-05-16 08:27:43 +01:00
README.md Update the Readme for the dataframe directory (#4757) 2022-03-06 11:05:55 -08:00
test_dataframe.rs Remove old alias implementation (#8797) 2023-04-07 21:09:38 +03:00
utils.rs Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +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