nushell/crates/nu-command/src/commands/dataframe
2021-07-14 08:46:32 -05:00
..
series New take command (#3722) 2021-07-05 11:46:53 +12:00
aggregate.rs New take command (#3722) 2021-07-05 11:46:53 +12:00
column.rs Clean column names (#3678) 2021-06-25 19:09:41 +12:00
command.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
drop_duplicates.rs Clean column names (#3678) 2021-06-25 19:09:41 +12:00
drop_nulls.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
drop.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
dtypes.rs Clean column names (#3678) 2021-06-25 19:09:41 +12:00
dummies.rs Clean column names (#3678) 2021-06-25 19:09:41 +12:00
filter.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
first.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
get.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
groupby.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
join.rs corrected position of dataframes (#3776) 2021-07-14 08:46:32 -05:00
last.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
list.rs Dataframe commands (#3608) 2021-06-15 14:34:08 +12:00
melt.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
mod.rs New take command (#3722) 2021-07-05 11:46:53 +12:00
open.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
pivot.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
sample.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
select.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
show.rs Clean column names (#3678) 2021-06-25 19:09:41 +12:00
slice.rs Clean column names (#3678) 2021-06-25 19:09:41 +12:00
sort.rs Removed list from dataframe command signatures (#3713) 2021-07-01 16:33:52 +12:00
take.rs New take command (#3722) 2021-07-05 11:46:53 +12:00
to_csv.rs Clean column names (#3678) 2021-06-25 19:09:41 +12:00
to_df.rs Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
to_parquet.rs Clean column names (#3678) 2021-06-25 19:09:41 +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 Clean column names (#3678) 2021-06-25 19:09:41 +12:00
with_column.rs Clean column names (#3678) 2021-06-25 19:09:41 +12:00