nu-command 0.75.0

Nushell's built-in commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Dataframe

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)