@@ -3583,8 +3583,8 @@ def replace(self, to_replace=None, value=None, inplace=False, limit=None,
3583
3583
wrappers around the scipy interpolation methods of similar
3584
3584
names. These use the actual numerical values of the index. See
3585
3585
the scipy documentation for more on their behavior
3586
- `here <http://docs.scipy.org/doc/scipy/reference/interpolate.html#univariate-interpolation>`__ # noqa
3587
- `and here <http://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html>`__ # noqa
3586
+ `here <http://docs.scipy.org/doc/scipy/reference/interpolate.html#univariate-interpolation>`__
3587
+ `and here <http://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html>`__
3588
3588
* 'from_derivatives' refers to BPoly.from_derivatives which
3589
3589
replaces 'piecewise_polynomial' interpolation method in scipy 0.18
3590
3590
@@ -4103,6 +4103,9 @@ def resample(self, rule, how=None, axis=0, fill_method=None, closed=None,
4103
4103
4104
4104
.. versionadded:: 0.19.0
4105
4105
4106
+ Notes
4107
+ -----
4108
+
4106
4109
To learn more about the offset strings, please see `this link
4107
4110
<http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`__.
4108
4111
@@ -4290,7 +4293,7 @@ def rank(self, axis=0, method='average', numeric_only=None,
4290
4293
4291
4294
Parameters
4292
4295
----------
4293
- axis: {0 or 'index', 1 or 'columns'}, default 0
4296
+ axis : {0 or 'index', 1 or 'columns'}, default 0
4294
4297
index to direct ranking
4295
4298
method : {'average', 'min', 'max', 'first', 'dense'}
4296
4299
* average: average rank of group
0 commit comments