NBA Player Shot Dataset (2023)
Player Shots Analysis: In-Depth Insights and Performance in 2023
@kaggle.dhavalrupapara_nba_2023_player_shot_dataset
Player Shots Analysis: In-Depth Insights and Performance in 2023
@kaggle.dhavalrupapara_nba_2023_player_shot_dataset
CREATE TABLE n_1_lebron_james_shot_chart_1_2023 (
"top" BIGINT,
"left" BIGINT,
"date" TIMESTAMP,
"qtr" VARCHAR,
"time_remaining" VARCHAR,
"result" BOOLEAN,
"shot_type" BIGINT,
"distance_ft" BIGINT,
"lead" BOOLEAN,
"lebron_team_score" BIGINT,
"opponent_team_score" BIGINT,
"opponent" VARCHAR,
"team" VARCHAR,
"season" BIGINT,
"color" VARCHAR
);
CREATE TABLE n_2_james_harden_shot_chart_2023 (
"top" BIGINT,
"left" BIGINT,
"date" TIMESTAMP,
"qtr" VARCHAR,
"time_remaining" VARCHAR,
"result" BOOLEAN,
"shot_type" BIGINT,
"distance_ft" BIGINT,
"lead" BOOLEAN,
"lebron_team_score" BIGINT,
"opponent_team_score" BIGINT,
"opponent" VARCHAR,
"team" VARCHAR,
"season" BIGINT,
"color" VARCHAR
);
CREATE TABLE n_3_stephen_curry_shot_chart_2023 (
"top" BIGINT,
"left" BIGINT,
"date" TIMESTAMP,
"qtr" VARCHAR,
"time_remaining" VARCHAR,
"result" BOOLEAN,
"shot_type" BIGINT,
"distance_ft" BIGINT,
"lead" BOOLEAN,
"lebron_team_score" BIGINT,
"opponent_team_score" BIGINT,
"opponent" VARCHAR,
"team" VARCHAR,
"season" BIGINT,
"color" VARCHAR
);
Anyone who has the link will be able to view this.