Closed greerreNFL closed 1 year ago
This has been resolved:
nflreadr::load_rosters(2010:2011) |>
dplyr::filter(full_name == "Jay Cutler") |>
dplyr::select(season, week, full_name, gsis_id)
#> ── nflverse roster data ────────────────────────────────────────────────────────
#> ℹ Data updated: 2023-09-06 10:40:56 PDT
#> # A tibble: 2 × 4
#> season week full_name gsis_id
#> <int> <int> <chr> <chr>
#> 1 2010 20 Jay Cutler 00-0024226
#> 2 2011 16 Jay Cutler 00-0024226
Is there an existing issue for this?
Have you installed the latest development version of the package(s) in question?
What version of the package do you have?
na direct pull
Describe the bug
In the roster file, Jay Cutler's 2010 record uses Rashied Davies ID's. Jay Cutler does not have a record for 2011. Both Jay Cutler and Rashid Davies have inconsistent draft data (different records say they were drafted by different teams in different rounds)
Reprex
Expected Behavior
Expected behavior is that the roster file would have consistent information for both players and not have missing seasons
nflverse_sitrep
Screenshots
No response
Additional context
No response