mirror of
https://github.com/nushell/nushell.git
synced 2025-02-21 13:02:01 +01: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