We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50912e2 commit cd90184Copy full SHA for cd90184
xarray/core/dataset.py
@@ -5474,7 +5474,7 @@ def dropna(
5474
- all : if all values are NA, drop that label
5475
5476
thresh : int or None, optional
5477
- If supplied, require this many non-NA values.
+ If supplied, require this many non-NA values (summed over all the subset variables).
5478
subset : iterable of hashable or None, optional
5479
Which variables to check for missing values. By default, all
5480
variables in the dataset are checked.
0 commit comments