nushell/crates/nu_plugin_to_bson/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
..
nu Fix warnings for Rust 1.51 (#3214) 2021-03-26 21:26:57 +13:00
lib.rs Fix warnings for Rust 1.51 (#3214) 2021-03-26 21:26:57 +13:00
main.rs Fix warnings for Rust 1.51 (#3214) 2021-03-26 21:26:57 +13:00
to_bson.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00