Projects
Youtube History Analysis
Using Google's takeout, you can have all the records and data of anything related to your Google account. I decided to use this feature to look up my Youtube history and see anything noticeable with my history.
​
The languages I'm using is Python and SQL with SQLite. The notable libraries I'm using is BeautifulSoup4, NLTK, datetime, and matplotlib.
Data Analyst Skills Analysis
This is a data analysis project where I analyzed over 1800 rows of Google job search listings to find trends on important languages and tools that jobs in data analytics are looking for and salary ranges.
​
I used Python for this project for data gathering, cleaning, analyzing, and visualizing.
2016 Election Prediction
In a college group of 3 people, we made a predictive models for the 2016 presidential election using 2010 census data. For one model, we used logistic regression (with LDA and QDA) and another model we used K-means clustering and decided which model was the best.
​
We used R and packages like tidyverse and randomForest.