mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 02:25:51 +03:00
[PR #286] [CLOSED] Changed logic in _concat to fix error thrown on forfeited matches #432
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#432
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/286
Author: @lorenzodb1
Created: 7/7/2023
Status: ❌ Closed
Base:
master← Head:lorenzodb1_fix_tottenham_concat_bug📝 Commits (3)
769ef89Changed logic in _concat to fix error thrown on forfeited matchesc6bba5aRemoved unused importc062f13Removed unused variable📊 Changes
1 file changed (+5 additions, -12 deletions)
View changed files
📝
soccerdata/fbref.py(+5 -12)📄 Description
_concatwould throw an error when analysing Tottenham-Rennes, as the game was forfeited and, therefore, there is no match data available for it. The dataframe resulting from this page had fewer columns than the ones for other games in the competition, thus throwing an error.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.