Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5474,7 +5474,7 @@ def dropna(
- all : if all values are NA, drop that label

thresh : int or None, optional
If supplied, require this many non-NA values.
If supplied, require this many non-NA values (summed over all the subset variables).
subset : iterable of hashable or None, optional
Which variables to check for missing values. By default, all
variables in the dataset are checked.
Expand Down