All Projects → alemartinello → dstapi

alemartinello / dstapi

Licence: MIT license
A short guide on how to access Denmark's Statistics API with python, together with a helper class that facilitates the collection of data and metadata from any DST's table

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to dstapi

mixed-language-training
Attention-Informed Mixed-Language Training for Zero-shot Cross-lingual Task-oriented Dialogue Systems (AAAI-2020)
Stars: ✭ 29 (+93.33%)
Mutual labels:  dst
DSTEd
This Editor is deprecated, please use Version 2.0:
Stars: ✭ 53 (+253.33%)
Mutual labels:  dst
Awesome-Dialogue-State-Tracking
Dialogue State Tracking (DST) Papers, Datasets, Resources 🤩
Stars: ✭ 94 (+526.67%)
Mutual labels:  dst

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!

How to use the DstApi class to visualize a table's metadata

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].