describe() doesn't ignore Nan anymore #13387
Labels
Duplicate Report
Duplicate issue or pull request
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Regression
Functionality that used to work in a prior pandas version
.describe()
is not ignoring theNan
values at percentiles, so it givesNan
:http://pandas.pydata.org/pandas-docs/stable/basics.html#summarizing-data-describe
Before 0.18 it was working as expected:
http://pandas.pydata.org/pandas-docs/version/0.17.0/basics.html#summarizing-data-describe
The text was updated successfully, but these errors were encountered: