Clean column names (#3678)

* Type in command description

* filter name change

* Clean column name

* Clippy error and updated polars version

* Lint correction in file
This commit is contained in:
Fernando Herrera
2021-06-25 08:09:41 +01:00
committed by GitHub
parent 93b5f3f421
commit 596062ccab
48 changed files with 120 additions and 72 deletions

View File

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