mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 18:15:58 +03:00
[GH-ISSUE #160] [FBref] Columns differ between games for 2022/2023 season #38
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#38
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 @waqz1993 on GitHub (Feb 10, 2023).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/160
Getting "Length mismatch: Expected axis has 34 elements, new values have 36 elements" error when scraping 2022/2023 player match stats. 2021/2022 is working fine.
@probberechts commented on GitHub (Feb 10, 2023):
Could you include a minimal example and the full stack trace of the error?
@waqz1993 commented on GitHub (Feb 10, 2023):
sure.
@probberechts commented on GitHub (Feb 10, 2023):
I guess FBref has either added or removed some stats and you are trying to merge old cached data with new data. Could you try again with caching disabled? This will override the old data.
@waqz1993 commented on GitHub (Feb 10, 2023):
Yeah you're correct. Works now, thank you! Great package btw :)