-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Labels
No labels