nushell/crates/nu-command/src/commands/dataframe
Fernando Herrera b9f1371994
Series commands (#3652)
* new series commands

* clippy corrections
2021-06-20 10:59:39 +12:00
..
series Series commands (#3652) 2021-06-20 10:59:39 +12:00
aggregate.rs Series commands (#3652) 2021-06-20 10:59:39 +12:00
column.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
command.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
drop_duplicates.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
drop_nulls.rs Series commands (#3652) 2021-06-20 10:59:39 +12:00
drop.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
dtypes.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
dummies.rs Series commands (#3652) 2021-06-20 10:59:39 +12:00
filter.rs Add file not found error for nu cmd args (#3627) 2021-06-16 14:57:14 +12:00
get.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
groupby.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
head.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
join.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
list.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
load.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
melt.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
mod.rs Series commands (#3652) 2021-06-20 10:59:39 +12:00
pivot.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
sample.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
select.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
show.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
slice.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
sort.rs Series commands (#3652) 2021-06-20 10:59:39 +12:00
tail.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
to_csv.rs Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
to_df.rs Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
to_parquet.rs Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
to_series.rs Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
utils.rs Make arg eval lazy, remove old arg evaluation code (#3603) 2021-06-11 13:57:01 +12:00
where_.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
with_column.rs Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00