This repository contains scripts used for data extraction, processing, and analysis related to my Marc Rebillet's Tier List project. The main functionalities include:
- Data Extraction: Extract data from
XLS
tables and convert it intoJSON
format withdo_database.py
. - Data Analysis and Plotting: Perform a short statistical analysis and generate plots to visualize the data with
do_plots.py
. The results can be seen here. - Song Downloading: Download locally all the songs from the database with
dl_songs.py
.