nushell/crates/nu-command/src/commands/formats/to
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
..
command.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
csv.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
delimited.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
html.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
json.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
md.rs use chrono_humanize for datetime formatting (#3834) 2021-07-25 20:38:45 +12:00
mod.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
toml.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
tsv.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
url.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
xml.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
yaml.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00