nushell/crates/nu-command/src/dataframe
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
..
series Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
values Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13:00
append.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
column.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
command.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
describe.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
drop.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
drop_nulls.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
dtypes.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
open.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
README.md corrected missing shellerror type (#439) 2021-12-05 13:25:37 +00:00
test_dataframe.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
to_df.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00
with_column.rs Migration of series commands (#515) 2021-12-18 17:45:09 +00:00

nu-dataframe

The nu-dataframe crate holds the definitions of the dataframe structures and commands