Data Science & Visualization Portfolio - LSE Course Challenges
Display charts in your own site.
Create your own visualizations.
Use visualizations in policy commentary.
The UK should implement a four-day work week to improve productivity and worker wellbeing, as international evidence shows reduced hours increase output per hour.
Countries working fewer hours demonstrate higher productivity per hour.
Burnout rates quadruple from part-time to overtime schedules.
Re-create, then improve, someone else's chart.
Source: Fox News Bush Tax Cuts (2012)
Improvements: Fixed truncated Y-axis to start at zero, added proper context and labels, included data source, used clear colors, and showed true proportional change.
API and web scraping tasks.
API Description:
Base URL: https://api.worldbank.org/v2/
Elements: country codes (mar;egy;dza), indicator (NY.GDP.DEFL.KD.ZG), format (json), per_page (300), date range (1990:2024)
Full URL: https://api.worldbank.org/v2/country/mar;egy;dza/indicator/NY.GDP.DEFL.KD.ZG?format=json&per_page=300&date=1990:2024
This chart shows scraped data on Egyptian media sentiment from Arabic news sources.
Challenge: The main challenge was finding websites without CloudFlare protection.
</> View Scraper CodeBuild a dashboard using batch-downloaded data.
Colab Notebook: View Python Code
Dashboard theme: Egypt Economic Indicators (2000-2024)
Base maps and choropleths.
Coordinates map: Circle size represents population of major Scottish cities.
Choropleth: Color intensity shows disposable income by region.
Extracting stories from millions of prices.
Dataset used: AutoCPI
Using daily supermarket price data, I tracked essential food prices to show UK inflation trends from 2023-2024, revealing butter experienced the highest increase at 12.3%.
Advanced interactive and analytical visualizations.
Features: Date range sliders for exploring temporal patterns.
Method: Multi-country time series analysis.