Skip to content

liliwilson/wucc2022-webscrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

Hi! I made this project after noticing that the World Flying Disc Federation (WFDF) reports scores from its international tournaments in a very webscrapable manner. I was curious abou using these scores to calculate new stats that I was interested in, and thus WUCC 2022 Power Duos was born!

I adapted the code again in June 2023 to work with the World Under-24 championship data, and while doing so, also improved the code's efficiency using Python's inbuilt parallelization tools :). You can check out this code on the WU24 branch.

WUCC 2022 Power Duos!

Webscraping mini-project using data from the 2022 World Ultimate Club Championships. Using Python with bs4, requests, and pandas.

I was curious about whether or not there were pairs of players absolutely dominating at Worlds, and wanted to find some way I could use the really awesome data that WFDF was putting out for each game (see an example of data here) I ended up with this project that tracks the scoring of pairs of players (where one person throws the assist to the other for the goal, or vice versa), ranking them by absolute number of scores or by the pairs' contribution to their team's overall goal count.

The data from the project is housed in this spreadsheet, and may be adapted to a website format later on. Worked on some sheets magic to get the team names to conditionally highlight with team division (Open, Women's, and Mixed) and have nice filtering for the scoring metrics (% vs. # of scores).

Screen Shot 2022-07-30 at 10 39 24 PM

About

Webscraping mini-project using data from the 2022 World Ultimate Club Championships!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages