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
This commit is contained in:
Fernando Herrera
2021-07-27 20:20:06 +01:00
committed by GitHub
parent ea42a84a4a
commit 83b28cad8d
8 changed files with 21 additions and 27 deletions

View File

@@ -6,7 +6,4 @@ pub mod primitive;
pub mod utils;
pub mod value;
#[cfg(feature = "dataframe")]
pub mod dataframe;
pub use dict::TaggedListBuilder;