nushell/crates/nu-protocol/src/value
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
..
column_path.rs Variable completions. (#3666) 2021-06-23 19:21:39 +12:00
convert.rs Make the default int an i64 (#3428) 2021-05-14 20:35:09 +12:00
debug.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
dict.rs Clippy fixes for new Rust version (#3392) 2021-05-07 07:58:21 +12:00
did_you_mean.rs updated to a quicker levenshtein implementation (#3366) 2021-04-29 07:10:10 -05:00
iter.rs Bar Chart baseline. (#2621) 2020-09-30 13:27:52 -05:00
primitive.rs use chrono_humanize for datetime formatting (#3834) 2021-07-25 20:38:45 +12:00
range.rs Make the default int an i64 (#3428) 2021-05-14 20:35:09 +12:00
serde_bigdecimal.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
serde_bigint.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
unit.rs Playground infraestructure (tests, etc) additions. (#3179) 2021-03-15 02:26:30 -05:00
value_structure.rs Variable completions. (#3666) 2021-06-23 19:21:39 +12:00