nushell/docs/commands/dfr_describe.md

23 lines
320 B
Markdown
Raw Normal View History

---
title: dfr describe
layout: command
version: 0.59.1
---
Describes dataframes numeric columns
## Signature
2022-03-01 00:31:53 +01:00
```> dfr describe --quantiles```
## Parameters
- `--quantiles {table}`: optional quantiles for describe
## Examples
dataframe description
```shell
> [[a b]; [1 1] [1 1]] | dfr to-df | dfr describe
```