Elijah Benavides's
Portfolio

All of my current projects to show comprehensive knowledge of data analytics using,
SQL, Tableau, and Python

COVID19 Data Dig

In this project I take data from the Centers for Disease Control and Prevention (CDC)
and analyze the data using SQL. The project starts with some simple SQL commands like,
'SELECT', and aggregate functions using 'SUM', 'MAX', ect. Then the data dig moves onto
more advanced skills such as, 'CAST', inner/outer joins, CTE's, TEMP tables, and creating views.


movie correlation with Python

Using Pandas, Numpy, Seaborn, and Matplotlib to create, collect, and sort through a movies dataset. I used this data to create corellation maps and scatterplots to find which categories have the highest correlation.

JSON database
Project

Creating a small JSON file of the 10 wealthiest people and the utilizing that JSON file in an HTML script to transform it from Javascript strings to JSON for a small query.