An open API service indexing awesome lists of open source software.

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

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
```