LOL Analysis
by Jack Kruger (jakrug@umich.edu)
Introduction
The dataset I’m using compiles League of Legends data from 2025. The question I decdied to answer in part 1 is Which role carries the team the most?
Cleaning and EDA
Assessment of Missingness
Here’s what a Markdown table looks like. Note that the code for this table was generated automatically from a DataFrame, using
print(counts[['Quarter', 'Count']].head().to_markdown(index=False))
Quarter | Count |
---|---|
Fall 2020 | 3 |
Winter 2021 | 2 |
Spring 2021 | 6 |
Summer 2021 | 4 |
Fall 2021 | 55 |