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
- Host: GitHub
- URL: https://github.com/niftycode/kiel-open-data
- Owner: niftycode
- License: mit
- Created: 2025-02-14T15:11:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T18:09:39.000Z (about 1 year ago)
- Last Synced: 2025-05-14T21:12:06.868Z (11 months ago)
- Topics: jupyter, jupyter-notebook, open-data, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 506 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# kiel-open-data


[](https://github.com/psf/black)


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)