nushell/crates/nu-data/src
Fernando Herrera f1ee9113ac
All is a DataFrame (#3812)
* nuframe in its own type in UntaggedValue

* Removed eager dataframe from enum

* Dataframe created from list of values

* Corrected order in dataframe columns

* Returned tag from stream collection

* Removed series from dataframe commands

* Arithmetic operators

* forced push

* forced push

* Replace all command

* String commands

* appending operations with dfs

* Testing suite for dataframes

* Unit test for dataframe commands

* improved equality for dataframes
2021-07-25 22:01:54 +12:00
..
base All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
config Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
utils Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
base.rs Fix nothing string comparison (#3750) 2021-07-08 07:21:02 +12:00
config.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
dataframe.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
dict.rs allow str from to convert more things to string (#2977) 2021-01-29 07:43:35 -06:00
keybinding.rs move keybinding_path to nu-data (#2927) 2021-01-14 06:31:47 +13:00
lib.rs Make arg eval lazy, remove old arg evaluation code (#3603) 2021-06-11 13:57:01 +12:00
primitive.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
value.rs change describe so it doesn't output colored strings (#3832) 2021-07-25 06:34:11 +12:00