Skip to content
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

Support 'interpolation' keyword in pandas.DataFrame.quantile and pandas.Series.quantile #10174

Closed
rhkarls opened this issue May 20, 2015 · 3 comments
Labels
API Design Numeric Operations Arithmetic, Comparison, and Logical operations
Milestone

Comments

@rhkarls
Copy link
Contributor

rhkarls commented May 20, 2015

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

@jreback
Copy link
Contributor

jreback commented May 20, 2015

seems straightforward to pass this kw to np.percentile. Want to do a PR?

@jreback jreback added API Design Numeric Operations Arithmetic, Comparison, and Logical operations labels May 20, 2015
@jreback jreback added this to the Next Major Release milestone May 20, 2015
mayankasthana added a commit to mayankasthana/pandas that referenced this issue May 24, 2015
mayankasthana added a commit to mayankasthana/pandas that referenced this issue May 24, 2015
@jreback
Copy link
Contributor

jreback commented May 26, 2015

xref #10207 . Let's do this in a separate PR though.

@jreback jreback modified the milestones: 0.17.0, Next Major Release May 26, 2015
@jreback jreback modified the milestones: Next Major Release, 0.17.0 Sep 1, 2015
mayankasthana added a commit to mayankasthana/pandas that referenced this issue Jan 6, 2016
@jreback jreback modified the milestones: 0.18.0, Next Major Release Jan 6, 2016
jreback pushed a commit that referenced this issue Jan 7, 2016
@jreback
Copy link
Contributor

jreback commented Jan 7, 2016

closed by #10174

@jreback jreback closed this as completed Jan 7, 2016
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
Labels
API Design Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
2 participants