Skip to content

JonasW01ff/dstapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 90.1%
  • Python 9.9%