mirror of
https://github.com/danbulant/nushell
synced 2026-06-10 18:20:25 +00:00
261 B
261 B
| title | layout | version |
|---|---|---|
| dfr list | command | 0.59.1 |
Lists stored dataframes
Signature
> dfr list
Examples
Creates a new dataframe and shows it in the dataframe list
> let test = ([[a b];[1 2] [3 4]] | dfr to-df);
dfr list