Update the Readme for the dataframe directory (#4757)

* update dataframe readme

* update df readme
This commit is contained in:
Michael Angerman
2022-03-06 11:05:55 -08:00
committed by GitHub
parent 7701c6b1d4
commit fbbbde1489

View File

@ -1,3 +1,12 @@
# nu-dataframe
# Dataframe
The nu-dataframe crate holds the definitions of the dataframe structures and commands
This dataframe directory holds all of the definitions of the dataframe data structures and commands.
There are three sections of commands:
* [eager](./eager)
* [series](./series)
* [values](./values)
For more details see the
[Nushell book section on dataframes](https://www.nushell.sh/book/dataframes.html)