Building the Lottery Data Viz
02 April 2019
I previously posted a lottery data visualization in which I
attempted to correlate how often a certain number came up in the PA
lottery given that some other number came up. I built the visualization
using Python, SQLite, and Chart.JS on the front end. Since, I like sql
I’ll about the queries and methods used. These methods could probably
be massively improved, but I did it in a couple of hours, because I was
bored.
Pa Lottery Data Viz Tool
20 March 2019
In this post, I provide access to a data visualizer for the Pennsylvania
lottery using data I pull regularly from their RSS feed. This tool uses
SQLite and some scripts to automatically pull data to this post which is
then visualized using Chart.js. I created histograms of the most
common drawn numbers for the drawings in which a particular number
appears, and you can see that visualized below in the charts.