Series.min(skipna=True) includes nan/inf? #7558
Labels
Bug
Duplicate Report
Duplicate issue or pull request
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Numeric Operations
Arithmetic, Comparison, and Logical operations
Milestone
Reading the docs I get the impression that it should return "a" in both cases (as skipna defaults to True).
If so, #7217 also needs to change.
The text was updated successfully, but these errors were encountered: