Using DST's API with Python
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.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!