We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f21de commit 70f3b1cCopy full SHA for 70f3b1c
doc/time-series.rst
@@ -199,17 +199,6 @@ and ``interpolate``. ``interpolate`` extends ``scipy.interpolate.interp1d`` and
199
supports all of its schemes. All of these resampling operations work on both
200
Dataset and DataArray objects with an arbitrary number of dimensions.
201
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
213
For more examples of using grouped operations on a time dimension, see
214
:ref:`toy weather data`.
215
0 commit comments