https://github.com/jmcph4/skovo
Simple Python time series library
https://github.com/jmcph4/skovo
abs australia-bureau-statistics library python scraping series-library time-series
Last synced: 25 days ago
JSON representation
Simple Python time series library
- Host: GitHub
- URL: https://github.com/jmcph4/skovo
- Owner: jmcph4
- License: mit
- Created: 2017-01-17T11:24:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T08:38:53.000Z (about 8 years ago)
- Last Synced: 2025-02-16T00:44:15.792Z (3 months ago)
- Topics: abs, australia-bureau-statistics, library, python, scraping, series-library, time-series
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skovo #
---A simple Python time series library designed to wrap not only general time series (via `TimeSeries`) but also specific data sources (e.g. the [Australian Bureau of Statistics](http://abs.gov.au/), via `ABSTimeSeries`).
Skovo also provides database wrappers to save and otherwise manipulate time series data persistently. Skovo is designed to support scraping and other automated retrieval of time series datasets.