SQLove
My career began with SQL, from when I first dabbled in it in college, to when I started teaching it to professionals on weekends for quick money after I graduated, and all through my working years. It's become part of my analytical toolkit and one of the few
Mission Success: SQL in Python in Colab
After my project to export RocketLaunch.Live's data via API, I was itching to really get into the datasets and knock out a couple of joins to merge my files into a clean dataset for further downstream analysis. But I didn't want to spin up a
Rocket launch API data
There are few publicly available datasets with detailed rocket launch information. Two that I found are LL2 (free) and RocketLaunch.Live (USD 3/monthly). I thought it'll be an interesting exercise to export launch data from an API to see what insights and charts could be created. I