Skip to content

This project to scrapes the data of german cities and their respective estimate population.

Notifications You must be signed in to change notification settings

yusufraji/german-cities-population-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

German Cities Population Scraper

This project scrapes this website for german cities and their respective estimated population. Only the estimated population of 2019-12-31 is scraped from the website.

Set-up (optional)

Run the following commands to install all the dependencies into a virtual environment

Linux/Mac Bash:

python3 -m venv venv

source venv/bin/activate
pip install -r requirements.txt

Windows Cmd:

py -m venv venv

.\venv\Scripts\activate
pip install -r requirements.txt

After running all cells of the notebook, you'll find the saved scraped data in the cities_and_population.csv, with columns; city, status, adm (abbreviated administrative state), and population.

About

This project to scrapes the data of german cities and their respective estimate population.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published