nushell/crates/nu-command/src/dataframe
Jakub Žádník 26f31da711
Split merging of parser delta and stack environment (#6005)
* Remove comment

* Split delta and environment merging

* Move table mode to a more logical place

* Cleanup

* Merge environment after reading default_env.nu

* Fmt
2022-07-14 17:09:27 +03:00
..
eager Dataframe with real index (#5892) 2022-06-26 17:32:18 -05:00
expressions Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
lazy Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
series Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
values Dataframe with real index (#5892) 2022-06-26 17:32:18 -05: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 Split merging of parser delta and stack environment (#6005) 2022-07-14 17:09:27 +03: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