This is a business-oriented case study using public data provided by Motivate International Inc. under this license.
The R Markdown can be found on my Kaggle profile. and interactive versions of the route visualizations can be found on my Tableau profile.
This Case Study involved analyzing the various types of spend by a fictional food company. Excel and SQL were used in tandem to perform validation, with the dashboard on the left used to visualize the results.
The full dashboard can be found at the following Tableau Link
The various SQL queries performed can be found at the following GitHub Link
This project was an exploration of the Covid data provided by Our World in Data using Microsoft SQL Server and Tableau Public.
The SQL queries performed can be found at the following link.
A larger version of the visualization on the left can be found here.
This project was purely for fun. I created a dashboard in Power BI that allows exploration of aggregate statistics of Pokémon by their typing.
It features all Pokémon all the way up to Generation 9 (Scarlet/Violet).
Because this was made with the free version of Power BI, an online dashboard is unavailable.
However the .pbix file is available on my GitHub
For this machine learning project, I used scikit-learn and Tensor Flow to create a neural network that could predict diamond prices based on features such as clarity, cut, color, and others.
The data used to train and test the model came from Kaggle and can be found at the following link: Diamond Prices
The Python Notebook of my work can be found here: Diamond Neural Network