mirror of
https://github.com/nushell/nushell
synced 2025-01-28 21:05:48 +00:00
2df91e7f92
# Description This changes the names returned by CustomValue::name() of the various custom value structs to just say the name of the thing they represent. For instance "DataFrameCustomValue" is not just "DataFrame". # User-Facing Changes - Places such as or errors where NuDataFrameCustomValue would be seen, now just shows as NuDataFrame. |
||
---|---|---|
.. | ||
command | ||
values | ||
mod.rs | ||
README.md | ||
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