Selected work from my training and self-study from exploratory analysis to predictive modeling.
.png)
Cleaned a retail dataset with Pandas, then explored seasonal trends and top categories through grouped aggregations and charts.
.png)
Built a classification model to flag customers likely to churn feature prep, train/test split, and evaluation with Scikit-learn.
.png)
A Jupyter notebook that summarizes key metrics and correlations with clean Seaborn visualizations for quick insight.
.png)
Predicted housing prices using linear regression, comparing features and validating with RMSE and R² scores.
.png)
Reusable Pandas functions to handle missing data, outliers, and inconsistent formats across messy CSV files.
.png)
A set of SQL queries answering business questions joins, aggregations, and window functions on a sample database.