nushell/crates/nu-command/src/dataframe
Fernando Herrera 1fd26727c5
Batch of dataframe commands (#442)
* corrected missing shellerror type

* batch dataframe commands

* removed option to find declaration with input

* ordered dataframe folders
2021-12-06 17:09:49 +13:00
..
values Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13:00
append.rs Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13:00
column.rs Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13:00
describe.rs Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13:00
drop.rs Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13:00
dtypes.rs Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13:00
mod.rs Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13:00
open.rs Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13: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 Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13:00

nu-dataframe

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