This repository contains three statistical analysis projects. Each project demonstrates proficiency in statistical modelling, data visualisation, and Python programming.
File: Analysis of Regional Property Price Trends.ipynb
An analysis of regional property price changes in England between July 2017 and July 2018.
Key Features:
Technologies: pandas, numpy, matplotlib, scipy
File: Demographic Analysis of UK Population Using 2021 Census Data.ipynb
A demographic analysis leveraging the 2021 UK Census data to explore population characteristics and trends.
Key Features:
Technologies: pandas, numpy, matplotlib, geopandas
File: Statistical Analysis of Texas Bridges Using Regression Modelling.ipynb
A statistical investigation of Texas bridge infrastructure using regression modelling techniques to understand factors affecting bridge conditions.
Key Features:
Technologies: pandas, numpy, matplotlib, scipy, statsmodels
Python Stats Projects/
├── README.md
├── data/
│ ├── average_flat_prices.csv
│ ├── LSOA_data.csv
│ ├── LSOA_England_geom.gpkg
│ └── tx19_bridges_sample.csv
├── notebooks/
│ ├── Analysis of Regional Property Price Trends.ipynb
│ ├── Demographic Analysis of UK Population Using 2021 Census Data.ipynb
│ └── Statistical Analysis of Texas Bridges Using Regression Modelling.ipynb
└── html_exports/
├── Analysis_of_Regional_Property_Price_Trends.html
├── Demographic_Analysis_of_UK_Population_Using_2021_Census_Data.html
└── Statistical_Analysis_of_Texas_Bridges_Using_Regression_Modelling.html
Install the required packages using pip:
pip install pandas numpy matplotlib scipy geopandas statsmodels