Library for processing Time Series data.
- Reading and writing from CSV file
- Slice series
- Mapping over Series
- Folding Series
- Rolling window
- Resampling and groupBy
- Calculate statistics
- min, max
- mean, variance, standard deviation
- Finding sessions (periods of activity)
stack setup
stack build
stack test
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
Master git repository:
git clone https://github.com/klangner/timeseries.git
timeseries source code is distributed under the BSD3 License.