I mainly use python through Anaconda using Jupyter Notebooks. Currently learning: scikit-learn and seaborn.

Python Quick Reference Guide - In Progress

A quick reference guide for people familiar with SQL and other data analysis/science tools, but not as familiar with python. Useful as a searchable and indexed guide when you forget the exact function or how to call it 😖.

Netflix Project

Data analysis using pandas, numpy, matplotlib, plotly, scipy, and scikit-learn to do exploratory analysis within the python ecosystem. This project was intended to help learn python syntax and packages. In pdf format to display plotly plots. Dataset from here.

Pokémon Correlations

Data analysis and linear regression using Python (pandas, numpy, scikit-learn, matplotlib, and seaborn). This project was intended to further my regression model building and analysis skills in python. This project was helpful in learning on python tools to deal with indicator variables in regression models. Dataset from here.

Classifying and Clustering States Using Living Wage

Machine Learning exploratory analysis for classification and clustering of State and wage data. This project was intended to start learning about and using various machine learning functions in python, as well as to continually learn about python for data science. Dataset adapted from here.

🐕 Dog Web Scraper + Another Scraper For Specific Dog Info

Smaller scale web scraper for dogs adoption profiles found on a local rescue site. This project was intended for learn about how to build a web scraper in python, as well as exploring ways to store the data. I also am personally looking for a dog to adopt that would fit well with my lifestyle. ‘'’Update:’’’ a new iterative web scraper that scrapes specific dog websites found in the previous scraper.

🏠 Mortgage Calculator Code

Python project to show off my new-found skills with python classes. Would love to get the code into an actual app with a front-end, but am not sure how to do that just yet.