Data Collection of an eSports League
Access the FULL spreadsheet of all the data from the 2025 season from my Football eSports League!
Collected and recorded in-game statistics from my “Madden NFL” league by inputting precise data weekly into a structured Google Sheets document.
Planning to analyze the database to identify trends and other valuable insights to help competitors next season using tools such as Python and Tableau. (Coming Soon!)
Example of using VLOOKUP and FILTER:
Download the spreadsheet and use =VLOOKUP(D3, D:F, 3, FALSE) OR
={FILTER(F:F, D:D = D3); FILTER(G:G, E:E = D3)}. VLOOKUP should output 59 and FILTER should output ALL of HYH’s scores!