NBA All Star Games 1951-2021
All players selected as NBA All-Stars
@kaggle.darinhawley_nba_all_star_games_19512021
All players selected as NBA All-Stars
@kaggle.darinhawley_nba_all_star_games_19512021
The NBA All-Star Game has been held since 1951. This is a listing of all players selected for each year along with their role in the game (Starter/Reserve/DNP), All-Star team, and NBA team.
This data was compiled to create this quiz:
https://hugequiz.com/quizzes/nba-all-star-games/
CREATE TABLE nbaallstargames (
"player" VARCHAR,
"year" BIGINT,
"team" VARCHAR,
"role" VARCHAR,
"mvp" VARCHAR,
"team_1" VARCHAR
);
Anyone who has the link will be able to view this.