nushell/crates/nu-command/src/dataframe/series
Fernando Herrera 46b86f3541
Migration of series commands (#515)
* corrected missing shellerror type

* batch dataframe commands

* removed option to find declaration with input

* ordered dataframe folders

* dataframe command name
* series commands

* date commands

* series commands

* series commands

* clippy correction

* rename commands
2021-12-18 17:45:09 +00:00
..
date Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
indexes Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
masks Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
string Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
all_false.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
all_true.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
arg_max.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
arg_min.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
cumulative.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
mod.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
n_null.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
n_unique.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
rename.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
rolling.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
shift.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
unique.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
value_counts.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00