https://github.com/rigtorp/nordpool
Data preprocessing / munging scripts for Nordpool power market data
https://github.com/rigtorp/nordpool
Last synced: over 1 year ago
JSON representation
Data preprocessing / munging scripts for Nordpool power market data
- Host: GitHub
- URL: https://github.com/rigtorp/nordpool
- Owner: rigtorp
- License: mit
- Created: 2015-05-01T04:29:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T05:07:20.000Z (about 11 years ago)
- Last Synced: 2025-04-01T17:17:03.229Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 375 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nordpool
Data preprocessing / munging scripts for
[Nordpool](http://www.nordpoolspot.com/) power market data.
## Elspot
Download the Elspot hourly prices `.xls`-files that are really HTML-files.
Convert them to `.csv`-files using `elspot-prices-to-csv.py`
or convert to [SQLite](http://www.sqlite.org/)-format using `elspot-prices-to-sqlite.py`.