Baselight

NBA All Star Games 1951-2021

All players selected as NBA All-Stars

@kaggle.darinhawley_nba_all_star_games_19512021

Nbaallstargames
@kaggle.darinhawley_nba_all_star_games_19512021.nbaallstargames

  • 13.94 KB
  • 1715 rows
  • 6 columns
player

Player

year

Year

team

Team

role

Role

mvp

MVP

team_1

Team.1

Bradley Beal2021DurantStarterNWAS
Joel Embiid2021DurantStarterNPHI
Kyrie Irving2021DurantStarterNBRK
Kawhi Leonard2021DurantStarterNLAC
Jayson Tatum2021DurantStarterNBOS
Mike Conley Jr2021DurantReserveNUTA
James Harden2021DurantReserveNBRK
Zach LaVine2021DurantReserveNCHI
Donovan Mitchell2021DurantReserveNUTA
Julius Randle2021DurantReserveNNYK

CREATE TABLE nbaallstargames (
  "player" VARCHAR,
  "year" BIGINT,
  "team" VARCHAR,
  "role" VARCHAR,
  "mvp" VARCHAR,
  "team_1" VARCHAR
);

Share link

Anyone who has the link will be able to view this.