Skip to content

Commit cd90184

Browse files
clarification for thresh arg of dataset.dropna() (#7481)
* clarification for thresh arg of dataset.dropna() * Update xarray/core/dataset.py --------- Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
1 parent 50912e2 commit cd90184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5474,7 +5474,7 @@ def dropna(
54745474
- all : if all values are NA, drop that label
54755475
54765476
thresh : int or None, optional
5477-
If supplied, require this many non-NA values.
5477+
If supplied, require this many non-NA values (summed over all the subset variables).
54785478
subset : iterable of hashable or None, optional
54795479
Which variables to check for missing values. By default, all
54805480
variables in the dataset are checked.

0 commit comments

Comments
 (0)