nushell/crates
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
..
nu_plugin_binaryview Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_chart Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_fetch Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_from_bson Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_from_sqlite Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_inc Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_match Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_post Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_ps Remove unnecessary work from ps (#3407) 2021-05-11 19:59:24 +12:00
nu_plugin_query_json Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_s3 Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_selector Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_start Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_sys Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_textview Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_to_bson Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_to_sqlite Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_tree Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu_plugin_xpath Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-ansi-term Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-cli Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-command Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00
nu-data Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00
nu-engine Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-errors Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-json Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-parser Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-plugin Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-pretty-hex Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-protocol Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00
nu-source Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-stream Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-table Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-test-support Bump to 0.31.0 (#3405) 2021-05-11 16:44:52 +12:00
nu-value-ext Complete Dataframe MVP (#3373) 2021-05-12 13:01:31 +12:00