nushell/crates/nu-command/src/dataframe
Fernando Herrera 865906e450
Dataframe commands name (#457)
* corrected missing shellerror type

* batch dataframe commands

* removed option to find declaration with input

* ordered dataframe folders

* dataframe command name
2021-12-09 18:17:11 -06:00
..
series Dataframe commands name (#457) 2021-12-09 18:17:11 -06:00
values Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13:00
append.rs Dataframe commands name (#457) 2021-12-09 18:17:11 -06:00
column.rs Dataframe commands name (#457) 2021-12-09 18:17:11 -06:00
command.rs Dataframe commands name (#457) 2021-12-09 18:17:11 -06:00
describe.rs Dataframe commands name (#457) 2021-12-09 18:17:11 -06:00
drop.rs Dataframe commands name (#457) 2021-12-09 18:17:11 -06:00
dtypes.rs Dataframe commands name (#457) 2021-12-09 18:17:11 -06:00
mod.rs Dataframe commands name (#457) 2021-12-09 18:17:11 -06:00
open.rs Dataframe commands name (#457) 2021-12-09 18:17:11 -06:00
README.md corrected missing shellerror type (#439) 2021-12-05 13:25:37 +00:00
test_dataframe.rs Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13:00
to_df.rs Dataframe commands name (#457) 2021-12-09 18:17:11 -06:00

nu-dataframe

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