New take command (#3722)

* Type in command description

* filter name change

* Clean column name

* Clippy error and updated polars version

* Lint correction in file

* CSV Infer schema optional

* Correct float operations

* changes in series castings to allow other types

* Clippy error correction

* Removed lists from command signatures

* Added not command for series

* take command with args

* set with idx command
This commit is contained in:
Fernando Herrera
2021-07-05 00:46:53 +01:00
committed by GitHub
parent c94c87eec0
commit af2b2c668d
13 changed files with 319 additions and 57 deletions

View File

@ -38,9 +38,7 @@ nu-value-ext = { version="0.33.1", path="../nu-value-ext" }
nu-ansi-term = { version="0.33.1", path="../nu-ansi-term" }
[dependencies.polars]
git = "https://github.com/pola-rs/polars"
rev = "adc358b437f93bc7f844a94d68c064616e9d2ac2"
version = "0.14.2"
version = "0.14.5"
optional = true
features = ["strings", "checked_arithmetic"]