Skip to content

Commit

Permalink
Merge pull request #3262 from chappers/docstring
Browse files Browse the repository at this point in the history
DOC: update scipy.py #2916
  • Loading branch information
y-p committed Apr 6, 2013
2 parents be556dc + bd1ba21 commit 16027f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/compat/scipy.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ def scoreatpercentile(a, per, limit=(), interpolation_method='fraction'):
limit : tuple, optional
Tuple of two scalars, the lower and upper limits within which to
compute the percentile.
interpolation : {'fraction', 'lower', 'higher'}, optional
interpolation_method : {'fraction', 'lower', 'higher'}, optional
This optional parameter specifies the interpolation method to use,
when the desired quantile lies between two data points `i` and `j`:
- fraction: `i + (j - i)*fraction`, where `fraction` is the
fractional part of the index surrounded by `i` and `j`.
-lower: `i`.
- lower: `i`.
- higher: `j`.
Returns
Expand Down

0 comments on commit 16027f9

Please sign in to comment.