Uncovering NBA Legends
Four Decades of NBA Dominance: MVP Rankings from 1980 to 2022
@kaggle.adityamishraml_nbamvprankings
Four Decades of NBA Dominance: MVP Rankings from 1980 to 2022
@kaggle.adityamishraml_nbamvprankings
CREATE TABLE nba_cleaned (
"season" BIGINT,
"rank" VARCHAR,
"player_name" VARCHAR,
"age" BIGINT,
"team" VARCHAR,
"first_place_vote" BIGINT,
"pts_won" BIGINT,
"pts_max" BIGINT,
"share" DOUBLE,
"games" BIGINT,
"minutes_played_per_game" DOUBLE,
"points_per_game" DOUBLE,
"total_rebounds_per_game" DOUBLE,
"assist_per_game" DOUBLE,
"steals_per_game" DOUBLE,
"blocks_per_game" DOUBLE,
"field_goal_perc" DOUBLE,
"point3_perc" DOUBLE,
"free_throw_perc" DOUBLE,
"win_shares" DOUBLE,
"win_shares_per_48_minutes" DOUBLE
);
Anyone who has the link will be able to view this.