NBA Player Data (1996-2024)
NBA Dataset containing height in cm, weight in kg, stats and bio data
@kaggle.damirdizdarevic_nba_dataset_eda_and_ml_compatible
NBA Dataset containing height in cm, weight in kg, stats and bio data
@kaggle.damirdizdarevic_nba_dataset_eda_and_ml_compatible
CREATE TABLE final_dataset_master (
"normalized_name" VARCHAR,
"age" BIGINT,
"player_height" DOUBLE,
"player_weight" DOUBLE,
"college" VARCHAR,
"country" VARCHAR,
"draft_year" VARCHAR,
"draft_round" VARCHAR,
"draft_number" VARCHAR,
"pts" DOUBLE,
"reb" DOUBLE,
"ast" DOUBLE,
"season" VARCHAR,
"pos_x" VARCHAR,
"mp_x" DOUBLE,
"g_x" BIGINT,
"efg" DOUBLE,
"x3p" DOUBLE,
"x3pa" DOUBLE,
"x3p_0f195a" DOUBLE,
"x3par" DOUBLE,
"x2p" DOUBLE,
"x2pa" DOUBLE,
"x2p_35b594" DOUBLE,
"ft" DOUBLE,
"fta" DOUBLE,
"ft_ba25d5" DOUBLE,
"per" DOUBLE,
"ts" DOUBLE,
"trb" DOUBLE,
"ast_d11618" DOUBLE,
"tov" DOUBLE,
"usg" DOUBLE,
"ws" DOUBLE,
"vorp" DOUBLE,
"bpm" DOUBLE
);
Anyone who has the link will be able to view this.