Skip to content

Python program that takes as input a csv file containing WoW arena match info generated by the Arena Stats TBC addon and produces win/loss stats for each matchup.

Notifications You must be signed in to change notification settings

CMcManamon/arena-match-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arena-match-stats

Python program that takes as input a csv file containing WoW arena match info generated by the Arena Stats TBC addon and produces win/loss stats for each matchup.

Arena Match Stats in action

To Use

Install Python 3 (Tested on 3.8.5)

Install pandas package with the command: pip install pandas

Place csv (comma separated values) file in the same directory as arena.py

Open arena.py

Edit csvFileName to be the name of your csv file.

Edit players to contain the names of the players on your team.

Run python arena.py

About

Python program that takes as input a csv file containing WoW arena match info generated by the Arena Stats TBC addon and produces win/loss stats for each matchup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages