mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 10:05:53 +03:00
[GH-ISSUE #687] [FBref] Wrong year for player data #142
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#142
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 @AZA-2003 on GitHub (Aug 21, 2024).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/687
Hello,
it seems like read_player_season_stats() returns the 24-25 player stats when 23-24 is passed as an argument; this seems to be happening with ITA-Serie A (I tried GER-Bundesliga and it worked fine)
@probberechts commented on GitHub (Aug 23, 2024):
FBref or Understat? Can you provide a minimal code example?
@AZA-2003 commented on GitHub (Aug 23, 2024):
FBref and here is a code section

Thank you!
@probberechts commented on GitHub (Aug 23, 2024):
This seems to work fine:
De Ketelaere scored 10 goals last season, so this is correct!
@AZA-2003 commented on GitHub (Aug 23, 2024):
Oh it works now! Thank you so much for your time! I really appreciate it!