Data Analyst · Cairo, Egypt
-- what I actually do, most days SELECT skill, years_practiced FROM basem.toolkit WHERE skill IN ('SQL', 'Python', 'Excel', 'Tableau', 'Power BI') ORDER BY impact DESC; -- 5 rows returned
# cleaning + shaping the data import pandas as pd df = pd.read_csv('raw_sales.csv') df = df.dropna().drop_duplicates() df['revenue'] = df.price * df.qty # ready for the dashboard
' quick pivot before it goes to SQL =SUMIFS(Sales[Revenue], Sales[Region], "Cairo", Sales[Month], "Aug") =VLOOKUP(A2, Products!A:D, 3, FALSE) =IFERROR(…, "check source")
Raw housing data, transformed in SQL Server into something actually fit for analysis.
Exploring global COVID-19 case and vaccination data using SQL Server.
Interactive Tableau dashboards built on top of the COVID-19 analysis.
Investigating which variables actually move the needle on box-office revenue.
Scraping live product data from Amazon to track and analyze pricing trends.
Every dashboard here stands on a Computer Engineering foundation — the kind of grounding that turns analysis from a guess into an engineered decision.