mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 12:49:04 +02:00
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:
@ -31,9 +31,7 @@ serde_yaml = "0.8.16"
|
||||
toml = "0.5.8"
|
||||
|
||||
[dependencies.polars]
|
||||
git = "https://github.com/pola-rs/polars"
|
||||
rev = "adc358b437f93bc7f844a94d68c064616e9d2ac2"
|
||||
version = "0.14.2"
|
||||
version = "0.14.5"
|
||||
optional = true
|
||||
features = ["serde", "rows"]
|
||||
|
||||
|
Reference in New Issue
Block a user