Repo to hold the data and presentation slides for the analysis of one months worth of player events from a new game.
The key files in this repo are:
- ./lib/dataQueries.py - contains all SQL queries used to extract the data from the postgreSQL database
- ./analysis.xlsx - contains all the initial analysis done using the data extracted from the database
- ./static/script/custom/presentation.js - contains the JavaScript used to generate all the charts
- ./index.html - Contains the actual content and structure of the presentation, aside from the JavaScript generated charts