Skip to content

describe() doesn't ignore Nan anymore #13387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rubennj opened this issue Jun 7, 2016 · 1 comment
Closed

describe() doesn't ignore Nan anymore #13387

rubennj opened this issue Jun 7, 2016 · 1 comment
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

Comments

@rubennj
Copy link

rubennj commented Jun 7, 2016

.describe() is not ignoring the Nan values at percentiles, so it gives Nan:

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

@jreback
Copy link
Contributor

jreback commented Jun 7, 2016

dupe of #13098

fixed already by #13122 which will be in 0.18.2

@jreback jreback closed this as completed Jun 7, 2016
@jreback jreback added Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version Duplicate Report Duplicate issue or pull request labels Jun 7, 2016
@jreback jreback added this to the No action milestone Jun 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants