Skip to content

Commit

Permalink
Update the Readme for the dataframe directory (#4757)
Browse files Browse the repository at this point in the history
* update dataframe readme

* update df readme
  • Loading branch information
stormasm committed Mar 6, 2022
1 parent 7701c6b commit fbbbde1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions crates/nu-command/src/dataframe/README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit fbbbde1

Please sign in to comment.