diff --git a/crates/nu-command/src/dataframe/README.md b/crates/nu-command/src/dataframe/README.md index 2a50786a0e6e..593217ede60c 100644 --- a/crates/nu-command/src/dataframe/README.md +++ b/crates/nu-command/src/dataframe/README.md @@ -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)