The Omega Protocol (Ultimate) Damage Done Dashboard

Back with another Final Fantasy XIV dashboard, this time for the most recent (and quite difficult) encounter, The Omega Protocol (Ultimate). I started out this one by using GraphQL to collect data through the FFLogs API and imported the data into Google BigQuery. I ran a few SQL queries to preprocess the data (the queriesContinue reading “The Omega Protocol (Ultimate) Damage Done Dashboard”

Dragonsong’s Reprise Damage Taken Exploration

Hello! What I have here today is another look at the same Dragonsong’s Reprise (Ultimate) clear from Final Fantasy XIV, but this time it’s damage taken. Rather than just clone the same boring dashboard from before, I wanted to do a bit of Python work so I did a bit of a dive into theContinue reading “Dragonsong’s Reprise Damage Taken Exploration”

Old School Runescape Hiscores

Python exploration of Old School Runescape Hiscores data gathered on July 21st, 2022. Two small projects here: 1. Boss kill count tracking for one particular username. When executing the code, the user is prompted for a case-sensitive OSRS username and then they are given a table of information including all bosses and that user’s killContinue reading “Old School Runescape Hiscores”