Baselight

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

Loading...
Loading...

About this Dataset

NBA Top 50 All-Time Scorers

This dataset consists of the top 50 all-time scorers in the history of the National Basketball Association (NBA). The list includes only points scored in regular season games.

Tables

Nba

@kaggle.isaienkov_nba_top_50_alltime_scorers.nba
  • 15.55 KB
  • 50 rows
  • 14 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.