nu_plugin_polars 0.112.2

Nushell dataframe plugin commands based on polars.
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)