mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 00:43:33 +01:00
320 B
320 B
title | layout | version |
---|---|---|
dfr describe | command | 0.59.1 |
Describes dataframes numeric columns
Signature
> dfr describe --quantiles
Parameters
--quantiles {table}
: optional quantiles for describe
Examples
dataframe description
> [[a b]; [1 1] [1 1]] | dfr to-df | dfr describe