Data Analysis
When I was watching the recent Valorant tournament, I was wondering what the stat distributaion was by agent. All of the quickly available resources that I could find had the stats distributed by player and by match, but I was curious about which agents were doing the best overall and which ones seemed to have the most impact.
So I decided to find out for my self using the data provided by vlr.gg. In order to do this, I wrote a script to look through all of the games that were played in a specific tournament and combine the data into one dataset. Since there were some games where the data was corrupted, I chose to omit those data points.
Here are the results of the data from Valorant Champions 2023:
This data is very interesting to look at because you can see who the most played agent was and compare that to the overall stats that people playing the agent had. One of the most interesting points that stood out to me was the number of assists that KAY/O had compared to Sova. Although Sova's arrow and drone show teammates the exact location of where the enemies are, KAY/O ended up with more assists, despite only showing the general area of where they are.
But then I was wondering what the stats looked like for last years (2022) Valorant Champions, so I decided to look at that too:
The first thing that stood out to me was the fact that chamber was picked 115 times compared to the 15 times that he was picked in the most recent Championship. It makes sense considering how much they changed the character after seeing how strong he was, but it was still interesting to see. Another datapoint that I thought was interesting was how little Reyna was picked, even though the people who played her were extremely successful with her. In both tournaments, she had the highest ACS average. But that data does need to be taken with a grain of salt because she was picked 5 times in the most recent tournament and 2 times in last years tournament.
Overall, this was a fun project, because I was able to learn how to get data from websites and I was able to actually see meta shifts from year to year in a better way than simply looking at the pickrate of agents.