Skip to content

Commit dd8be69

Browse files
author
y-p
committed
DOC: remove scikits.timeseries dep from faq.rst and docs in general
1 parent 19583a1 commit dd8be69

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

doc/source/faq.rst

+1-11
Original file line numberDiff line numberDiff line change
@@ -181,17 +181,7 @@ Frequency conversion
181181

182182
Frequency conversion is implemented using the ``resample`` method on TimeSeries
183183
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:
184+
(3D). Here is some code that resamples daily data to montly:
195185

196186
.. ipython:: python
197187

0 commit comments

Comments
 (0)