mirror of
https://github.com/danbulant/nushell
synced 2026-06-12 19:21:10 +00:00
234 B
234 B
| title | layout | version |
|---|---|---|
| dfr describe | command | 0.59.0 |
Describes dataframes numeric columns
Signature
> dfr describe
Examples
dataframe description
> [[a b]; [1 1] [1 1]] | dfr to-df | dfr describe