You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ShapeError: unable to append to a dataframe of width 366 with a dataframe of width 364
ShapeError: unable to vstack, column names don't match: "start.team.id" and "start.downDistanceText"
One of these errors occurs (with minor variation on the df widths of column names) for everypair of consecutive of seasons through at least 2017 with the exception of 2011-2012
The text was updated successfully, but these errors were encountered:
when running:
sdv.cfb.load_cfb_pbp(list(range(2003, 2024)))
get error:
ShapeError: unable to append to a dataframe of width 366 with a dataframe of width 364
ShapeError: unable to vstack, column names don't match: "start.team.id" and "start.downDistanceText"
One of these errors occurs (with minor variation on the df widths of column names) for everypair of consecutive of seasons through at least 2017 with the exception of 2011-2012
The text was updated successfully, but these errors were encountered: