-
Looking at the Switch: API Practice
Introduction In this script, I’m calling an API that houses data for Nintendo Switch titles, so the resulting data frame can be used in other applications. Specifically, I thought it would be interesting to work with the dates contained in the da... Read More
-
Checking out the Discogs API: API Practice 2
Introduction: Polars & Discogs API For this project, I’m calling the Discogs API to create a DF of any album I want within Discog’s album catalog so that I can make it into a data frame. Any album can be called by any artist, but be mindful o... Read More
-
SQL Query Showcase
Introduction: This is a showcase of sample SQL queries that I made for practice in learning the language. The sources listed before each query link to the direct place the content came from, unless noted otherwise. Each heading represents a conce... Read More
-
ETL using Rental Store Data? An excursion with SQL and Python
Introduction Hello! I made this script to demonstrate what an ETL process looks like using my local PostgreSQL database, Python, some SQL and a schema with sample data from a DVD rental store. I’d say this is a look into days gone by with what us... Read More
-
Youtube Top 20 Content Creators
Introduction: Hello! In this project, I’m breaking down the top content creators on Youtube over 2017-2018. The very first thing i’ll do is load the libraries I’m going to use: import pandas as pd import numpy as np import seaborn as sb import ma... Read More
-
HR Data Cleaning — A Python test script
The following is a script I made to test features in Python, using a dataset I generated from a local PostgreSQL database. import pandas as pd import numpy as np import matplotlib.pyplot as plt import seaborn as sns #itables for viewing data... Read More
-
Characteristics of STARs in Florida
STARs are workers who are “Skilled Through Alternative Routes”. This population of the workforce comprises of working aged adults who have not attained anything educationally past a High School Diploma, yet, have demonstrated the ability to hone t... Read More
-
The Strongest of the Pocket Monsters!
This is probably the nerdiest thing you’ll ever read about Pokémon. The beauty of this game is that fundamentally, it’s one of numbers. A bevy of formulas and calculations go into every nuance of what happens in-game. From stat modifiers, critica... Read More
-
A Particular Group leads in DC Area Traffic Stops
This is a project based on a tutorial my friend Carlos made to help me learn R initally. I took the content and expanded on it to make the plots you’ll see below. Much of the syntax is tidyverse, so this should serve as a good primer of things to ... Read More
-
Spotify Usage Breakdown
Hello! Welcome to my analysis of my Spotify listening history, where I break down all the wonderful things that I’ve found in my listening history. This write-up was inspired by many of the pieces I found looking up project ideas relating to Spoti... Read More
-
Tableau Visualization Showcase
Here’s some samples from my Tableau Public page, which can be found here. MCP Traffic Stops in the DC Area: This graphic showcases traffic stops among the various demographics that live in Washington DC and the surrounding area. … World Food... Read More
-
Read Me!
Hello! Welcome! This is my data portfolio. If you happened to wander here, I thank you for your consideration of myself and my experiences. This website is a collection of projects and information meant to definitivly prove that I in fact know ho... Read More