Ralph Adu-Twum Profile

Bio

I am an aspiring Data Analyst and recent graduate of the Generation Data Analytics Bootcamp, where I built a strong technical foundation in SQL, Python, and Power BI.

My interest in data began with a natural curiosity for patterns and problem-solving, particularly when doing chemical engineering projects at university where I looked to boost efficiency and reduce waste. Seeing how data could influence operational decisions sparked my desire to pursue analytics professionally.

Alongside my technical training, my background in optics and customer-facing roles has developed my communication skills and attention to detail. Working in fast-paced environments required me to interpret complex needs, provide practical solutions, and collaborate effectively with colleagues and customers.

Curious, analytical, and growth-oriented, I am eager to contribute to data-driven organisations while continuing to develop my technical and professional expertise.

Skills & Preferred Tools

Projects

πŸ“ˆ Excel

Using Excel to create a dashboard using Pivot Tables and Pivot Charts to identify trends and insights around the weekly sale of berries in a North America store.

Berries - Excel Screenshot View Excel file on GitHub

🧠Python

Analysing population statistics as part of a fictional company GlobalTech.

Python Code Screenshot View Source Code on GitHub

πŸ“Š Power BI Sales Dashboard

This dashboard visualizes sales performance of an electronics company.

Power BI Report Screenshot View Project Overview on GitHub

🧠 SQL Data Analysis Showcase

This section demonstrates SQL JOIN skills.


--      Displays the average South American population in 2000
--      from a JOIN of a countries table and populations statistics table. 

SELECT AVG(p.population) AS avg_pop_south_america
FROM countries AS c
INNER JOIN population_years AS p
ON c.id = p.country_id
WHERE continent = 'South America' AND year = 2000;
    

🧠 AdventureWorks 2019 - Group Project

A project using both SQL and Python to conduct a comprehensive analysis of the AdventureWorks 2019 dataset.

Interim Project Report Screenshot View Source Code on GitHub

πŸ“Š Olist - Group Project

A project using Power BI to conduct an explorative analysis of a Brazilian e-commerce.

Group Project Dashboard Screenshot View Project Overview on GitHub

πŸ“Š Spotify - Individual Project

A project using Excel and Power BI to conduct an analysis of the Top 100 Most Streamed Songs on Spotify.

Individual Project Dashboard Screenshot View Project Overview on GitHub

Contact Me