Download

Current version: 0.91.3

Download scikits.timeseries from the sourceforge project page (but first take a look at the installion page).

For details on what's new, see the detailed version history.

Support

Requests for help should be directed to the scipy-user mailing list.

You can file bugs, patches and feature requests on the scikits bug tracker, but it is a good idea to also drop us a note on the scipy-dev mailing list.

License

The scikits.timeseries module is released under the BSD license. See the license page for details.

Welcome

The scikits.timeseries module provides classes and functions for manipulating, reporting, and plotting time series of various frequencies. The focus is on convenient data access and manipulation while leveraging the existing mathematical functionality in numpy and scipy.

If the following scenarios sound familiar to you, then you will likely find the scikits.timeseries module useful:

  • Compare many time series with different ranges of data (eg. stock prices)
  • Create time series plots with intelligently spaced axis labels
  • Convert a daily time series to monthly by taking the average value during each month
  • Work with data that has missing values
  • Determine the last business day of the previous month/quarter/year for reporting purposes
  • Compute a moving standard deviation efficiently

These are just some of the scenarios that are made very simple with the scikits.timeseries module.

Documentation

Get scikits.timeseries

Download scikits.timeseries from the sourceforge project page (but first take a look at the installion page).

The code can be found in a subvesion repository, at http://svn.scipy.org/svn/scikits/trunk/timeseries.