Blog
Short notes on what I'm learning in data science — Python, Pandas, SQL, and more.
- 3 min read
Using Pandas GroupBy to Compare Tipping Behaviour
A quick walkthrough of groupby aggregations on the Tips dataset — comparing average tips between smokers and non-smokers.
- pandas
- python
- data-analysis
- 6 min read
Exploratory Analysis of the Tips Dataset
A walkthrough of my first end-to-end notebook — loading data, checking quality, visualising patterns, and comparing groups.
- pandas
- seaborn
- eda
- python
- 6 min read
Setting Up a Python Environment for Data Science
A practical guide to installing Python, managing packages, and preparing Jupyter before your first dataset — Windows, macOS, and Linux.
- python
- setup
- jupyter