https://github.com/miksus/statfin-crawler
Pythonic way to crawl Statistics Finland's databases
https://github.com/miksus/statfin-crawler
data-mining python-3
Last synced: 6 months ago
JSON representation
Pythonic way to crawl Statistics Finland's databases
- Host: GitHub
- URL: https://github.com/miksus/statfin-crawler
- Owner: Miksus
- License: mit
- Created: 2018-03-23T08:40:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T17:42:10.000Z (over 7 years ago)
- Last Synced: 2025-04-05T21:44:28.492Z (9 months ago)
- Topics: data-mining, python-3
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StatFin-Crawler
Pythonic way to crawl Statistics Finland's database. This module is for acquiring and structuring data from StatFin and it could be used as an API to the database for a data pipeline system or analysis software. It is not and will not be a stand-alone software.
### Prerequisites
```
Python 3 (tested with 3.5.2)
Also recommended:
Pandas
```