Skip to main content

5 posts tagged with "Data Analysis"

View All Tags

Global Population and GDP - Correlation and Regression

· 8 min read
Ross Bulat
Full Stack Engineer

Google Colab notebook: Open in Google Colab · Raw Notebook: Download .ipynb

This portfolio activity investigates the relationship between a country or entity's mean population and its mean total GDP across the years 2001-2020. The analysis uses two World Bank datasets, global_gdp.csv and global_population.csv, and applies descriptive analysis, Pearson correlation, log-scale visualisation, and simple linear regression.

Airbnb NYC Dataset - Demand Proxy Rationale

· 4 min read
Ross Bulat
Full Stack Engineer

Google Colab notebook: Open in Google Colab · Raw Notebook: Download .ipynb

The Airbnb NYC 2019 dataset is useful for exploring listing-level patterns, but it has one important limitation: it does not contain direct demand measures. There are no actual booking counts, occupancy rates, revenue figures, or guest ratings that can be used as a clean target variable.