Skip to content

Commit 70f3b1c

Browse files
spencerkclarkdcherian
authored andcommitted
Remove old-style resample example in documentation (#2543)
1 parent 55f21de commit 70f3b1c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

doc/time-series.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -199,17 +199,6 @@ and ``interpolate``. ``interpolate`` extends ``scipy.interpolate.interp1d`` and
199199
supports all of its schemes. All of these resampling operations work on both
200200
Dataset and DataArray objects with an arbitrary number of dimensions.
201201

202-
.. note::
203-
204-
The ``resample`` api was updated in version 0.10.0 to reflect similar
205-
updates in pandas ``resample`` api to be more groupby-like. Older style
206-
calls to ``resample`` will still be supported for a short period:
207-
208-
.. ipython:: python
209-
210-
ds.resample('6H', dim='time', how='mean')
211-
212-
213202
For more examples of using grouped operations on a time dimension, see
214203
:ref:`toy weather data`.
215204

0 commit comments

Comments
 (0)