https://github.com/0xnu/england-population
Data analysis and visualization of historical population trends in England.
https://github.com/0xnu/england-population
england england-wales immigration policy population
Last synced: 3 months ago
JSON representation
Data analysis and visualization of historical population trends in England.
- Host: GitHub
- URL: https://github.com/0xnu/england-population
- Owner: 0xnu
- License: other
- Created: 2025-08-01T08:56:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T09:16:03.000Z (3 months ago)
- Last Synced: 2025-08-01T11:50:30.733Z (3 months ago)
- Topics: england, england-wales, immigration, policy, population
- Language: Jupyter Notebook
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
## england-population
[](https://github.com/0xnu/england-population/actions/workflows/lint.yaml)
[](https://github.com/0xnu/england-population/releases/latest)
[](/LICENSE)Data analysis and visualization of historical population trends in England.
### Install Dependencies
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install following
```sh
## Prerequisites
python3 -m venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt
python3 -m pip install --upgrade pip
```### Data Requirements
The analysis needs a CSV file with these columns:
+ `Year`: Year of population data (format: Mid-YYYY)
+ `Annual population change`: Numeric value of population change (with comma separators)The data (Population estimates for England and Wales: mid-2024) is from [Office for National Statistics](https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/bulletins/populationestimatesforenglandandwales/mid2024).
### Run the Analysis
Click the `Run` button to run the individual cell of the [Jupyter Notebook](./england_population_change.ipynb).
### License
This project is licensed under the [Modified MIT License](./LICENSE).
### Copyright
(c) 2025 [Finbarrs Oketunji](https://finbarrs.eu). All Rights Reserved.