An open API service indexing awesome lists of open source software.

https://github.com/niftycode/kiel-open-data

Data Visualisation of open data provided by the City of Kiel, Germany
https://github.com/niftycode/kiel-open-data

jupyter jupyter-notebook open-data python3

Last synced: 7 months ago
JSON representation

Data Visualisation of open data provided by the City of Kiel, Germany

Awesome Lists containing this project

README

          

# kiel-open-data

![Static Badge](https://img.shields.io/badge/python-3.12-blue)
![GitHub License](https://img.shields.io/github/license/niftycode/ai-chatbot)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/niftycode/ai-chatbot)
![GitHub last commit](https://img.shields.io/github/last-commit/niftycode/ai-chatbot)

A collection of [Jupyter Notebooks](https://jupyter.org/) showing visualized open data provided by the [City of Kiel](https://kiel.de/) and the state of [Schleswig-Holstein](https://www.schleswig-holstein.de/EN/Home/home_node.html), Germany.

**Sources**:

* [https://www.kiel.de/de/kiel_zukunft/statistik_kieler_zahlen/open_data/index.php](https://www.kiel.de/de/kiel_zukunft/statistik_kieler_zahlen/open_data/index.php)
* [https://www.schleswig-holstein.de/DE/Schwerpunkte/openData/openData_node.html](https://opendata.schleswig-holstein.de/dataset)

## Requirements

* [Jupyter Notebook](http://jupyter.org)
* [Python](https://python.org) 3.8 or above

You should also install the following modules:

* matplotlib
* numpy
* pandas
* plotly
* requests

Use the *requirements.txt* file to install all packages:

pip3 install -r requirements.txt

## Notebooks

* **kiel_familienstand**: Family status of the citizens of Kiel
* **kiel_straftaten**: Criminal offenses
* **kiel_unfaelle**: Traffic accidents
* **kiel_abfall**: Garbage
* **kiel_bevoelkerung**: Population
* **kiel_fahrerfluchten** Hit-and-Run offenses
* **kiel_arbeitslose_xlrd** and **kiel_arbeitslose_pandas** Number of unemployed
* **kiel_new_residents**: New residents (1987-2016)
* **kiel_number_of_cars**: The number of cars in Kiel (1970-2018)
* **kiel_cargo_handling**: Handling of cargo in Kiel (Port of Kiel)
* **kiel_ehescheidungen**: Divorces in Kiel
* **passagiere_schweden**: Passengers to and from Sweden
* **kiel_bankruptcies**: Bankruptcies in Kiel (1987-2018)
* **kiel_harbour_passengers**: Passenger numbers in the port of Kiel
* **kiel_grundsicherung**: Public assistance expenditure (guaranteed minimum pension, 2010-2021)

## Changelog

see [CHANGELOG.md](https://github.com/niftycode/kiel-open-data/blob/main/Changelog.md)