christophermclement
christophermclement
The current "cfl" field shows a post-2021 CFL field with 28-yd hashes. All Canadian football other than post-2021 CFL has 24-yd hashes. Either: make a separate field with hashes 24...
Running: `sdv.cfb.load_cfb_rosters(range(2014, 2024))` get the error ShapeError: unable to vstack, dtypes for column "season" don't match: `i32` and `f64` with 2023 data
Running the code: `cfb_schedule = sdv.cfb.load_cfb_schedule(range(2003, 2024))` gives dtype errors such as ShapeError: unable to vstack, dtypes for column "home_post_win_prob" don't match: `bool` and `str` for 2002-03, 2003-04, 2009-10, 2010-11,...
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:...
When running the following code: `sdv.nfl.load_nfl_depth_charts(list(range(2001, 2024)))` gives the following error when trying to load 2020 data: ShapeError: unable to vstack, dtypes for column "season" don't match: `f64` and `i32`
When running: 'sdv.nfl.load_nfl_injuries(list(range(2009, 2024)))' the following error is received trying to include the 2011 data ShapeError: unable to vstack, dtypes for column "season" don't match: `f64` and `i32`
Erros when running `sdv.nfl.load_nfl_pbp(list(range(1999, 2024)))` between 2005 and 2006 we get: `ShapeError: unable to vstack, dtypes for column "xyac_median_yardage" don't match: `f64` and `i32``
Mutltiple issues trying to run `sdv.nfl.load_nfl_schedule(list(range(1999, 2024)))` from 1999 to 2000 we have the first error: `ShapeError: unable to vstack, dtypes for column "gametime" don't match: `f64` and `str`` Between...
Getting an error from: `sdv.nfl.load_nfl_rosters(list(range(1999, 2005)))` Leading to the error: `ShapeError: unable to append to a dataframe of width 30 with a dataframe of width 36 The columns that don't...
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` A look at the values of jersey_number...