The scope of this repository is to provide a guide for using Denmark Statistics' API using python.
You can find the full guide in this notebook.
The guide also presents a helper class I wrote to more easily access DST's data, DstApi
. The class is defined in the python file dstapi/dstapi.py
.
This class is useful to visualize a table's metadata, as in the example below, and to import data from DST directly into pandas.
I hope you'll find this guide useful!
Run pip install git+https://github.com/alemartinello/dstapi
- Clone this repository
- Locate folder in terminal
- Run
pip install -e .
in your local environment