nushell/crates/nu-command/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
..
classified Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
commands All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
examples Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
utils Fix #3582 (#3583) 2021-06-09 18:07:54 +12:00
args.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
default_context.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
examples.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
lib.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
prelude.rs Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
utils.rs Fix #3582 (#3583) 2021-06-09 18:07:54 +12:00