https://github.com/thesimonho/overwatch-ranked-data
Dataset of my ranked Overwatch matches
https://github.com/thesimonho/overwatch-ranked-data
data-analysis data-science data-visualization dataset overwatch statistics video-game
Last synced: 10 months ago
JSON representation
Dataset of my ranked Overwatch matches
- Host: GitHub
- URL: https://github.com/thesimonho/overwatch-ranked-data
- Owner: thesimonho
- Created: 2018-05-22T05:50:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T22:35:24.000Z (over 7 years ago)
- Last Synced: 2025-01-26T01:23:22.270Z (about 1 year ago)
- Topics: data-analysis, data-science, data-visualization, dataset, overwatch, statistics, video-game
- Language: Jupyter Notebook
- Homepage:
- Size: 398 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overwatch Ranked Data
I have been recording data from my ranked [Overwatch](http://playoverwatch.com/) matches for a number of seasons and the dataset can be found in this repo.
This originally started because I wanted to run some statistical models to understand my own gameplay better, which then turned into a series of [blog posts](https://www.simonho.ca/tag/overwatch/) on data visualization and statistics.
Feel free to use this dataset to create your own data visualizations, or conduct your own statistical analysis of the data.
I'll be updating this repo over time as I collect more data and/or run more analysis of the data.
## Data
The actual data files can be found in `/data`. Data for each season can be found in separate `.csv` files.
I have also aggregated all seasons into a single data file (`/data/all_seasons.csv`). The aggregation was done using a Python script (`combine_seasons.py`).
The dataset contains data from each of my ranked matches, with variables like my skill rating, enemy team skill rating, the role I played, individual performance metrics etc. A full explanation of all the variables can be found [here](https://www.simonho.ca/gaming/overwatch-ranked-data/).

## Data analysis
In `/analysis` you'll find the Jupyter notebooks I created for my analysis of the data.
I also uploaded this dataset to [Kaggle](https://www.kaggle.com/simonho87/overwatch-ranked-data), where you can find additional analyses by other users.