mirror of
https://github.com/nushell/nushell.git
synced 2025-04-19 02:38:20 +02:00
# Description Constructing the internals of `Record` without checking the lengths is bad. (also incompatible with changes to how we store records) - Use `Record::from_raw_cols_vals` in dataframe code - Use `record!` macro in dataframe test - Use `record!` in `nu-color-config` tests - Stop direct record construction in `nu-command` - Refactor table construction in `from nuon` # User-Facing Changes None # Tests + Formatting No new tests, updated tests in equal fashion |
||
---|---|---|
.. | ||
eager | ||
expressions | ||
lazy | ||
series | ||
values | ||
mod.rs | ||
README.md | ||
stub.rs | ||
test_dataframe.rs | ||
utils.rs |
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