Skip to main content

A Python API wrapper to Statistics Denmark's DataBank API

Project description

denstatbank

denstatbank

A python wrapper to Statistics Denmark's DataBank API. The package allows you to easily gather data on a variety of topics made available by Statistics Denmark

The package provides a simple interface for professional statisticians, academics, policymakers, students, and anyone interested in quantitative facts about Denmark.

Installation

The package is listed on pypi and can be installed with pip:

pip install denstatbank

Usage

Quick Example

>>> from denstatbank import StatBankClient
>>> sbc = StatBankClient(lang='en')
>>> tid = sbc.make_variable_dict(code='Tid', values=years)
>>> df = sbc.data(table_id='bef5', variables=[tid], as_df=True))
>>> df.plot(style='o-', figsize=(10, 6))

DataBank API

The official API documentation can be found here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

denstatbank-0.3.0.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

denstatbank-0.3.0-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page