Statbank API client library
Project description
Statbank
Installation
The statbank library can be installed using pip:
$ pip install statbank
Usage
Import the statbank package
import statbank
info = printstatbank.tableinfo('aup03')
print(info.description)
API reference
statbank.data(tableid, variables=dict(), stream=False, descending=False, lang='da')
Pulls data from a table and generates rows. Variables is a dictionary mapping variable codes to values. Streaming: Values must be chosen for all variables when streaming
statbank.subjects(subjects=None, recursive=False, include_tables=False, lang='da')
List subjects from the subject hierarchy. If subjects is not given, the root subjects will be used.
statbank.tableinfo(tableid, lang='da')
Fetch metadata for statbank table. Metadata includes information about variables, which can be used when extracting data.
statbank.tables(subjects=None, pastDays=None, include_inactive=False, lang='da'):
Find tables placed under given subjects.
Data objects
Data instances have the following attributes:
Data.valueData.timeData.variables
Subject objects
Subject instances have the following attributes:
Subject.idSubject.descriptionSubject.subjectsSubject.tables
Table objects
Table instances have the following attributes:
Table.idTable.textTable.unitTable.firstPeriodTable.latestPeriodTable.activeTable.variablesTable.updated
Tableinfo objects
Tableinfo instances have the following attributes:
Tableinfo.idTableinfo.updatedTableinfo.unitTableinfo.variables
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file statbank-1.0.1.tar.gz.
File metadata
- Download URL: statbank-1.0.1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70c26b790ee7889229b848417e637d2ea1e7e95487f504833f0ea72e440d45f9
|
|
| MD5 |
898b0d8cd50053d3ece8d5ded4ca6fc7
|
|
| BLAKE2b-256 |
4f4de7933cc128ac63a11f0f45fc840acdac0369f40d2a4ec21df007724b2100
|
File details
Details for the file statbank-1.0.1-py3-none-any.whl.
File metadata
- Download URL: statbank-1.0.1-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0fab9b72140aada54568928aa80467578e56135db07fd0c98c92b08b94825fb
|
|
| MD5 |
596287041f31febf018f617af7df0145
|
|
| BLAKE2b-256 |
989f73cd3a01a3d129a924f94721ea66e3ee5f05f90f20bb24a2564d16f02743
|