nushell/crates/nu-command/src/dataframe
Stefan Holderbach 1ea39abcff
Apply more recent/nightly clippy lints (#7916)
# Description

- Use inline format strings in dataframe code
- Fix manual `.is_ascii_digit()` check
- Remove unnecessary `.into_iter()` calls
2023-01-30 14:06:36 +01:00
..
eager Apply more recent/nightly clippy lints (#7916) 2023-01-30 14:06:36 +01:00
expressions Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00
lazy Apply more recent/nightly clippy lints (#7916) 2023-01-30 14:06:36 +01:00
series dependency update: update polar to 0.26.1 (#7743) 2023-01-13 09:27:37 -06:00
values Apply more recent/nightly clippy lints (#7916) 2023-01-30 14:06:36 +01: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 Apply more recent/nightly clippy lints (#7916) 2023-01-30 14:06:36 +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