nushell/crates/nu-protocol/src
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
..
dataframe Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00
value Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00
call_info.rs move out call info deserializing from str (#3294) 2021-04-09 22:58:18 -05:00
config_path.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
hir.rs Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
lib.rs Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00
macros.rs Flush out! lines, helps autoview (#2952) 2021-01-20 07:23:37 +13:00
maybe_owned.rs Add more comments (#1228) 2020-01-16 05:28:31 +13:00
return_value.rs Remove unused help shell. Slight cleanup and improvement. (#3258) 2021-04-03 18:56:46 -05:00
signature.rs allow str from to convert more things to string (#2977) 2021-01-29 07:43:35 -06:00
syntax_shape.rs allow str from to convert more things to string (#2977) 2021-01-29 07:43:35 -06:00
type_name.rs More docs and random fixes (#1237) 2020-01-19 08:42:36 +13:00
type_shape.rs Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00
value.rs Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00