nushell/crates/nu-cmd-dataframe/src/dataframe
Ian Manske fb4251aba7
Remove Record::from_raw_cols_vals_unchecked (#11810)
# Description
Follows from #11718 and replaces all usages of
`Record::from_raw_cols_vals_unchecked` with iterator or `record!`
equivalents.
2024-02-18 14:20:22 +02:00
..
eager Remove Record::from_raw_cols_vals_unchecked (#11810) 2024-02-18 14:20:22 +02:00
expressions Bump polars from 0.36 to 0.37 (#11848) 2024-02-13 06:27:30 -06:00
lazy Bump polars from 0.36 to 0.37 (#11848) 2024-02-13 06:27:30 -06:00
series Bump polars from 0.36 to 0.37 (#11848) 2024-02-13 06:27:30 -06:00
values Remove Record::from_raw_cols_vals_unchecked (#11810) 2024-02-18 14:20:22 +02: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 a stub dfr command (#10683) 2023-10-11 17:51:20 +02:00
test_dataframe.rs Ability to cast a dataframe's column to a different dtype (#11803) 2024-02-14 18:15:00 -06: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