Skip to main content

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


Download files

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

Source Distribution

pykolada-1.0.0.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

pykolada-1.0.0-py3-none-any.whl (6.5 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