nushell/crates/nu-protocol/src/value
Fernando Herrera c80a9585b0
Complete Dataframe MVP (#3373)
* Dataframe MVP

* Removed test csv file

* Dataframe MVP

* Removed test csv file

* New revision polars

* New revision polars

* csv file reader

* argument parser for file reader

* Parser from Row primitive

* Column conversion

* Added as f32 and f64

* Parsing row to dataframe

* Removed repeated push to vector

* Accept table values to create dataframe

* Removed default serde

* Dataframe to rows to show data

* Save name of file with dataframe

* Usage example

* Upgrade polars version

* Clippy changes

* Added print function with head and tail

* Move dataframe struct to folder

* Lock file after running tests and merge

* Optional feature for dataframe

* Removed dataframe from plugins

* Update primitive.rs

Co-authored-by: JT <jonathandturner@users.noreply.github.com>
2021-05-12 13:01:31 +12:00
..
column_path.rs Fix typos and capitalization of "Unicode" (#3234) 2021-04-04 07:14:07 +12:00
convert.rs Add some comments (#1225) 2020-01-14 20:38:56 +13:00
debug.rs Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00
dict.rs Clippy fixes for new Rust version (#3392) 2021-05-07 07:58:21 +12:00
did_you_mean.rs updated to a quicker levenshtein implementation (#3366) 2021-04-29 07:10:10 -05:00
iter.rs Bar Chart baseline. (#2621) 2020-09-30 13:27:52 -05:00
primitive.rs Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00
range.rs Port random integer & decimal to engine-p + related refactoring (#3393) 2021-05-08 07:58:12 +12:00
serde_bigdecimal.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
serde_bigint.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
unit.rs Playground infraestructure (tests, etc) additions. (#3179) 2021-03-15 02:26:30 -05:00
value_structure.rs nu-parser + nu-protocol: switch to metric for KB, MB, GB, add KiB, MiB, GiB units (#3035) 2021-02-10 15:31:12 +13:00