Learn practical skills, build real-world projects, and advance your career

Migration groups in Germany by Nationality and Sex during the last Decade

The project's dataset is taken from destatis.de, which is the Statistical Agency of the german government.
It is a little like the table published here, just for all years from 2010 until 2019:
https://www.destatis.de/EN/Themes/Society-Environment/Population/Migration-Integration/Tables/foreigner-gender.html

Its 2 initial Excel files were downloaded from here and put together in one Excel file, which was then used in this project:
https://www.statistischebibliothek.de/mir/receive/DESerie_mods_00000018

The project is part of the course "Zero to Pandas" (http://zerotopandas.com), which aims at learning Data Analysis tachniques using Python.

project_name = "MigrationGroupsInGermany2010_2019"
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)