We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19583a1 commit dd8be69Copy full SHA for dd8be69
doc/source/faq.rst
@@ -181,17 +181,7 @@ Frequency conversion
181
182
Frequency conversion is implemented using the ``resample`` method on TimeSeries
183
and DataFrame objects (multiple time series). ``resample`` also works on panels
184
-(3D). Here is some code that resamples daily data to montly with
185
-scikits.timeseries:
186
-
187
-.. ipython:: python
188
189
- import scikits.timeseries as ts
190
- data = ts.time_series(np.random.randn(50), start_date='Jan-2000', freq='M')
191
- data
192
- data.convert('A', func=np.mean)
193
194
-Here is the equivalent pandas code:
+(3D). Here is some code that resamples daily data to montly:
195
196
.. ipython:: python
197
0 commit comments