forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 7
Time Series Manipulation
timmie edited this page Jan 14, 2012
·
9 revisions
It has been agreed upon on the Mailing List, that functionality of the TimeSeries Scikit into Pandas. This page shall list
- workflows in different fields of science
- required functionality
- link to already developed code as input
Please list your workflows below in order to enable fellow developers to consider your use case.
The following functions from the scikit shall be ported to pandas:
- Loading a TimeSeries from a text file for conveniently read a timeseries from a ASCII file.
- convert_to_annual For easily taking annual averages considering leap days.