Python-Stats-Projects

Python Statistics Projects

This repository contains three statistical analysis projects. Each project demonstrates proficiency in statistical modelling, data visualisation, and Python programming.

📊 Projects Overview

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


2. Demographic Analysis of UK Population Using 2021 Census Data

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


3. Statistical Analysis of Texas Bridges Using Regression Modelling

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


📁 Repository Structure

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

🚀 Getting Started

Prerequisites

Required Packages

Install the required packages using pip:

pip install pandas numpy matplotlib scipy geopandas statsmodels

📈 Key Statistical Methods Used


🙏 Acknowledgments