NBA Top 50 All-Time Scorers
List of the top 50 all-time scorers in the history of the NBA
@kaggle.isaienkov_nba_top_50_alltime_scorers
List of the top 50 all-time scorers in the history of the NBA
@kaggle.isaienkov_nba_top_50_alltime_scorers
CREATE TABLE nba (
"rank" BIGINT,
"player" VARCHAR,
"position" VARCHAR,
"teams" VARCHAR,
"total_points" BIGINT,
"total_games" BIGINT,
"points_per_game" DOUBLE,
"field_goals" BIGINT,
"three_points_goals" BIGINT,
"free_shots" BIGINT,
"born" VARCHAR,
"active_player" BIGINT,
"hall_of_fame" DOUBLE,
"country" VARCHAR
);
Anyone who has the link will be able to view this.