Skip to content

season_id 22017 missing within game table #3

@atlhawksfanatic

Description

@atlhawksfanatic

Corresponds to the 2017-18 NBA Season, the game table does not appear to have any observations from that season.

game <- read_csv(unz("basketball.zip", "csv/game.csv"))
 game |> filter(season_id > 22014) |>  group_by(season_id) |> tally()
# A tibble: 7 × 2
  season_id     n
      <dbl> <int>
1     22015  1230
2     22016  1230
3     22018  1230
4     22019  1059
5     22020  1080
6     22021  1230
7     22022  1018

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions