nushell/docs/commands/dfr_describe.md

19 lines
234 B
Markdown
Raw Normal View History

---
title: dfr describe
layout: command
version: 0.59.0
---
Describes dataframes numeric columns
## Signature
```> dfr describe ```
## Examples
dataframe description
```shell
> [[a b]; [1 1] [1 1]] | dfr to-df | dfr describe
```