nushell/crates/nu-data/src
Fernando Herrera 83b28cad8d
Remove dependencies (#3853)
* 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

* moving all dataframe operations to protocol
2021-07-27 14:20:06 -05: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 added the ability to compare time units like 1hr < 2hr (#3845) 2021-07-26 15:19:32 -05:00
config.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 Remove dependencies (#3853) 2021-07-27 14:20:06 -05: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