mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 18:15:58 +03:00
[PR #532] [CLOSED] [FBref] Optimize reading team match history #633
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#633
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?
📋 Pull Request Information
Original PR: https://github.com/probberechts/soccerdata/pull/532
Author: @Kalaweksh
Created: 4/2/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
2d43c88[FBref] Optimize reading team match history📊 Changes
1 file changed (+109 additions, -7 deletions)
View changed files
📝
soccerdata/fbref.py(+109 -7)📄 Description
Resolves
Changes
Modified read_team_match_stats to cache match history tables as csv files for faster reading.
Added force_cache parameter to read_team_match_stats for consistency with other methods.
Issues
Currently does not detect latest league season, as a placeholder season 23-24 is dropped regardless of the current season.
Cluttered read_team_match_stats.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.