A Python package for interacting with Kolada's statistical API.
Project description
PyKolada
A Python wrapper for the statistical API Kolada.
Overview
This Python package provides a lightweight wrapper for the Kolada API, which allows users to access and interact with key performance indicators (KPIs) for Swedish municipalities and organizational units. The Kolada database, maintained by RKA (Rådet för kommunal analys), offers a rich set of data, and this wrapper simplifies the process of querying and retrieving this information.
Features
- Access to various endpoints like KPI, KPI groups, municipalities, municipality groups, and organizational units.
- Support for querying data based on different parameters such as ID, title, description, operating area, year, etc.
- Handling of pagination to fetch all relevant data.
- Customizable queries with support for filtering and specifying primary keys.
Installation
This package requires Python 3.8 or higher. You can install it using pip:
pip install pykolada
Usage
Importing the Module
import pykolada
Making Queries
You can make queries to different endpoints. For example, to query KPI data:
kpi_data = pykolada.get_kpi(id='some_id', title='some_title')
Endpoints
kpi
kpi_groups
municipality
municipality_groups
ou
data
oudata
Each endpoint supports different parameters for querying. Please refer to the documentation for detailed information.
Documentation and Examples
Planned Features
- Optional caching of data.
- Support for outputting data in CSV format (currently only original JSON is supported).
- Usage of additional custom filters that can be applied after the data has been retrieved.
- Support for the from_date parameter (limiting results data published after a certain date).
License
MIT License
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
File details
Details for the file pykolada-1.0.0.tar.gz
.
File metadata
- Download URL: pykolada-1.0.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 699ebd9236f4a44d8982f100c9f3938b4a1aff41ccc73dff8dc654acc2dfb82d |
|
MD5 | 6ed36ea6c022a1147ca82dcfd4555c4b |
|
BLAKE2b-256 | 8b784a59eebc53f1d15ff6743535d858c291000672ee698ecdf0d1db8ebc0205 |
File details
Details for the file pykolada-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: pykolada-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4018f153039d0cfd96baa85214b02db9e59b2350fc1abeea12f05655ffb9ceb0 |
|
MD5 | 50d4fcd32f8d55d02e04b50c09e7b42a |
|
BLAKE2b-256 | 7f359d5523354bb4b12e2a583802576264777f13e4841e3e0e4be4b2891014e9 |