nushell/crates/nu-command/src/commands
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
..
charting Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
config Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
conversions Implement into path conversion (#3811) 2021-07-23 19:14:02 +12:00
core_commands change describe so it doesn't output colored strings (#3832) 2021-07-25 06:34:11 +12:00
dataframe All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
env Add unlet_env command (#3629) 2021-06-19 15:00:07 +12:00
filesystem Read from standard input in rm (#3763) 2021-07-25 15:01:53 +12:00
filters All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
formats All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
generators add date humanize command (#3833) 2021-07-25 17:33:31 +12:00
math Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
network port network url to engine-p (#3690) 2021-06-26 13:19:10 +12:00
path Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
pathvar Support other variables than PATH in pathvar (2nd attempt) (#3828) 2021-07-24 11:44:36 -05:00
platform Bump rand version used by nu-command to 0.8 (#3723) 2021-07-05 16:12:44 +12:00
random Bump rand version used by nu-command to 0.8 (#3723) 2021-07-05 16:12:44 +12:00
shells Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
strings port capitalize to engine-p (#3794) 2021-07-23 19:13:11 +12:00
viewers All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
mod.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00