mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 02:25:51 +03:00
[GH-ISSUE #151] Incorporating Understat as a Data Source #34
Labels
No labels
ESPN
FBref
FotMob
MatchHistory
SoFIFA
Sofascore
WhoScored
WhoScored
bug
build
common
dependencies
discussion
documentation
duplicate
enhancement
good first issue
invalid
performance
pull-request
question
question
removal
understat
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/soccerdata#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kalaweksh on GitHub (Jan 21, 2023).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/151
Understat exposes data, current and historical, without any apparent restrictions on usage (i.e lacking a robots.txt) on the big 5. It has detailed data on both the player and club level, and even an unofficial API that could perhaps be integrated as a data source.
@lorenzodb1 commented on GitHub (Jul 10, 2023):
Are there any stats you could get from understat that you couldn't get from FBref (besides the difference in the xG model used)?
@Kalaweksh commented on GitHub (Jul 10, 2023):
I believe xGChain and xGBuildup, for players at least. Although I think those could be calculated from the stats FBref exposes.
There are a few more alternative stats for teams, such as a team's tempo (what is Dortmund's xG on a slow attack as opposed to their xG for a fast attack) and shot zones.
Understat is also much faster to scrape and allows users to scrape between arbitrary dates, avoiding unnecessary scraping.