nushell/crates/nu-command/src/dataframe
Hofer-Julian 41306aa7e0
Reduce again the number of match calls (#7815)
- Reduce the number of match calls (see commit messages)
- A few miscellaneous improvements
2023-01-24 12:23:42 +01:00
..
eager Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
expressions Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00
lazy dependency update: update polar to 0.26.1 (#7743) 2023-01-13 09:27:37 -06:00
series dependency update: update polar to 0.26.1 (#7743) 2023-01-13 09:27:37 -06:00
values dependency update: update polar to 0.26.1 (#7743) 2023-01-13 09:27:37 -06: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 Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
utils.rs Lazy dataframes (#5546) 2022-05-16 08:27:43 +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