mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 10:05:53 +03:00
[GH-ISSUE #372] Add support for pandas 2.1.0 #72
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#72
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 @aegonwolf on GitHub (Sep 16, 2023).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/372
Hi there,
is it possible that there is a bug with newer pandas versions?
I didn't have it before but I also haven't use this awesome package for a few months:
Calling any
fbrefobject withread_team_season_statsorplayer_season_statsyields:Should I revert pandas versions? If so, to which one?
@aegonwolf commented on GitHub (Sep 16, 2023):
returned to pandas 2.0 and it worked, 2.1 throws the error again.
@vishalmish commented on GitHub (Sep 17, 2023):
Seeing the same issue, tried Pandas both 2.0 & 2.1 and it didn't help.
@probberechts commented on GitHub (Sep 17, 2023):
I know about this. Apparently, something changed between pandas v2.0.3 and v2.1.0 in the the concat function, but I did not figure out what exactly. You can downgrade to v2.0.3 as a temporary fix.