SQL at Work #4: Reviews of Categories
A SQL analysis of Yelp business data using PostgreSQL, exploring review distribution across business categories with string-splitting techniques.
A SQL analysis of Yelp business data using PostgreSQL, exploring review distribution across business categories with string-splitting techniques.
Using DENSE_RANK() and GROUP BY to rank Airbnb guests by total messages sent, and why window functions let us skip the CTE entirely.
StrataScratch practice solution. Using LAG(), PARTITION BY, and a CTE to find users with consecutive purchases within 7 days transactions.
Learn how to identify projects where prorated employee costs exceed budget using joins, aggregations, and the HAVING clause.
An appreciation of great data visualization with a curated list of favorite sites.
Data Cleaning and Exploratory Data Analysis (EDA) on the Chicago Taxi Trips Dataset from March 2022 to February 2023.
Web scraping to get the best crime and mystery books data by scrapping from Goodreads using the beautiful soup library.
We drew a square and fill it with random colors. With help from the hue, we printed the color of that square.
This website is my playground. Besides showcasing my works: websites, case studies, and visualizations, I use this website to sharpen my web development skill.