We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sdv.nfl.load_nfl_weekly_rosters(list(range(2002, 2024))) gives an error when it gets to 2015:
ShapeError: unable to vstack, dtypes for column "jersey_number" don't match: str and i32
str
i32
A look at the values of jersey_number in 2015 doesn't show any weird values.
The text was updated successfully, but these errors were encountered:
The same issue affects load_nfl_rosters
Sorry, something went wrong.
No branches or pull requests
sdv.nfl.load_nfl_weekly_rosters(list(range(2002, 2024))) gives an error when it gets to 2015:
ShapeError: unable to vstack, dtypes for column "jersey_number" don't match:
str
andi32
A look at the values of jersey_number in 2015 doesn't show any weird values.
The text was updated successfully, but these errors were encountered: