-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Support 'interpolation' keyword in pandas.DataFrame.quantile and pandas.Series.quantile #10174
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
Labels
Milestone
Comments
seems straightforward to pass this kw to |
mayankasthana
added a commit
to mayankasthana/pandas
that referenced
this issue
May 24, 2015
…rame.quantile and Series.quantile
mayankasthana
added a commit
to mayankasthana/pandas
that referenced
this issue
May 24, 2015
…rame.quantile and Series.quantile
xref #10207 . Let's do this in a separate PR though. |
mayankasthana
added a commit
to mayankasthana/pandas
that referenced
this issue
Jan 6, 2016
…rame.quantile and Series.quantile
closed by #10174 |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Jan 7, 2016
jreback
added a commit
that referenced
this issue
Jan 7, 2016
TST: fix comparison message for #10174
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
interpolation : {‘linear’, ‘lower’, ‘higher’, ‘midpoint’, ‘nearest’}
This would make it consistent with numpy.percentile options (new in 1.9). See http://docs.scipy.org/doc/numpy-dev/reference/generated/numpy.percentile.html
The text was updated successfully, but these errors were encountered: