Projects
Data Cleaning in SQL
This project goes through various data cleaning protocols such as standardizing dates, populating addresses, separating addresses, removing duplicates, and other various formatting solutions.

Data Exploration in SQL
This project analyzes and interprets Covid data by comparing different variables, analyzing Infection rates, examining death count per population, inspecting continents with the highest death rates, evaluating the global data, and much more. Using SQL skills such as temp tables, CTE's, joins, and creating views to proceed with data visualizations.

Data Visualization in Tableau
This data visualization takes data from the SQL query above and converts it to charts, graphs, and map visualization.

Data Exploration in Python
In this project, I do some preliminary cleaning, examine correlations, prepare scatter plots and heat maps, as well as sort the data to ultimately come to a conclusion about the correlations.
