nushell/crates/nu-command/src/commands/dataframe
Fernando Herrera c164ef5489
Update to polars 0.16 (#4013)
* update to polars 0.16

* enabled features for polars
2021-09-16 07:10:12 +12:00
..
series Update to polars 0.16 (#4013) 2021-09-16 07:10:12 +12:00
aggregate.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
append.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
column.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
command.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
describe.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
drop_duplicates.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
drop_nulls.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
drop.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
dtypes.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
dummies.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
filter.rs Fix clippy lint and disable broken lint (#3865) 2021-07-30 08:11:47 +12:00
first.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
get.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
groupby.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
join.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
last.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
list.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
melt.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
mod.rs rename command and rename for melt (#3968) 2021-08-26 08:13:54 -05:00
open.rs Update to polars 0.16 (#4013) 2021-09-16 07:10:12 +12:00
pivot.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
rename.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
sample.rs Datetime commands (#3894) 2021-08-05 17:18:53 -05:00
select.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
shape.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
show.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
slice.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
sort.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
take.rs Datetime commands (#3894) 2021-08-05 17:18:53 -05:00
to_csv.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
to_df.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
to_parquet.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00
utils.rs Update to polars 0.16 (#4013) 2021-09-16 07:10:12 +12:00
where_.rs Fix clippy lint and disable broken lint (#3865) 2021-07-30 08:11:47 +12:00
with_column.rs Add general refactorings (#3996) 2021-09-10 10:44:22 +12:00