NBA Plays From 2022-2023 Season
Every play from the 2022-2023 NBA season including shot locations.
@kaggle.brendankdata_nbaplays22_23
Every play from the 2022-2023 NBA season including shot locations.
@kaggle.brendankdata_nbaplays22_23
CREATE TABLE all_data (
"game_id" VARCHAR,
"period" BIGINT,
"clock" VARCHAR,
"home" VARCHAR,
"scorehome" DOUBLE,
"away" VARCHAR,
"scoreaway" DOUBLE,
"playernamei" VARCHAR,
"teamtricode" VARCHAR,
"description" VARCHAR,
"actiontype" VARCHAR,
"subtype" VARCHAR,
"xlegacy" BIGINT,
"ylegacy" BIGINT,
"shotdistance" BIGINT,
"isfieldgoal" BIGINT,
"shotval" DOUBLE,
"scoreval" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.