• jared@discsanddata.com
  • Siem Reap, Cambodia

Jared’s Disc Golf Power Rankings V. 2

(Data Science people: I did this with pandas and SQL in a Jupyter notebook. You can take a look at my github. It ain’t pretty though. The graphs below were matplotlib) (All data used in creating these rankings is publically available at pdga.com) Disc Golf Fans… It was a weekend where the best in the land were spread out across […]

My SQL for Data Science Capstone Project: Country Data and Olympic Success (Part 3)

So, when we left off we were looking at population, GDP per capita, and urbanization metrics. Nothing jumped out except the urbanization… (tl;dr the first five posts in this series… I’m looking at connections between population and economic metrics and country success at the olympics. To start at the beginning, check out part 1.) (Standard warning in all my posts. I’m […]

My SQL for Data Science Capstone Project: Country Data and Olympic Success (Part 2d)(aka “Numerous Devious Plots Discovered”)

Ok. So I have my main working tables, Athletes and Countries, (finally) done… (tl;dr the first four posts in this series… I’m looking at connections between population and economic metrics and country success at the olympics. To start at the beginning, check out part 1.) (Standard warning in all my posts. I’m a beginner. Nothing below should be taken as the […]

My SQL for Data Science Capstone Project: Country Data and Olympic Success (Part 2c)(aka “Where is Dow Jones?”)

OK. So I just figured out what to do about countries being called different names across datasets are two Congos are now “Congo (Kinshasa)” and “Congo (Brazzaville)”. I worry though, I’ll have to deal with this issue again… (tl;dr the first three posts in this series… I’m looking at connections between population and economic metrics and country success at the […]

Making Pandasql Happen in Jupyter

(Standard warning in all my posts. I’m a beginner. Nothing below should be taken as the best way of doing things, a good way of doing things, or even a right way of doing things. If you think you know better than me, you probably do. Please comment with better practices) So, I was working on my first week’s assignment […]