Skip to content

Commit ea07233

Browse files
authored
[skip-ci] List count under Aggregation (#6711)
It's currently listed under "Missing Value Handling" but is also an Aggregation
1 parent abad670 commit ea07233

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ Aggregation
200200
Dataset.any
201201
Dataset.argmax
202202
Dataset.argmin
203+
Dataset.count
203204
Dataset.idxmax
204205
Dataset.idxmin
205206
Dataset.max
@@ -406,6 +407,7 @@ Aggregation
406407
DataArray.any
407408
DataArray.argmax
408409
DataArray.argmin
410+
DataArray.count
409411
DataArray.idxmax
410412
DataArray.idxmin
411413
DataArray.max

0 commit comments

Comments
 (0)