mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:55:59 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
20
docs/commands/dfr_count-null.md
Normal file
20
docs/commands/dfr_count-null.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
title: dfr count-null
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Counts null values
|
||||
|
||||
## Signature
|
||||
|
||||
```> dfr count-null ```
|
||||
|
||||
## Examples
|
||||
|
||||
Counts null values
|
||||
```shell
|
||||
> let s = ([1 1 0 0 3 3 4] | dfr to-df);
|
||||
($s / $s) | dfr count-null
|
||||
```
|
||||
|
Reference in New Issue
Block a user