Baselight

NBA Players Dataset

NBA players information

@kaggle.darshanpatel3112_nba_players_dataset

Nba Players
@kaggle.darshanpatel3112_nba_players_dataset.nba_players

  • 29.15 KB
  • 1000 rows
  • 11 columns
id

Id

first_name

First Name

last_name

Last Name

position

Position

id_team

Id Team

abbreviation

Abbreviation

city

City

conference

Conference

division

Division

full_name

Full Name

name

Name

14IkeAnigboguC12INDIndianaEastCentralIndiana PacersPacers
25RonBakerG20NYKNew YorkEastAtlanticNew York KnicksKnicks
47JabariBirdG2BOSBostonEastAtlanticBoston CelticsCeltics
67MarShonBrooksG15MEMMemphisWestSouthwestMemphis GrizzliesGrizzlies
71LorenzoBrownG28TORTorontoEastAtlanticToronto RaptorsRaptors
90OmriCasspiF15MEMMemphisWestSouthwestMemphis GrizzliesGrizzlies
1AlexAbrinesG21OKCOklahoma CityWestNorthwestOklahoma City ThunderThunder
119TylerDavisC21OKCOklahoma CityWestNorthwestOklahoma City ThunderThunder
149KeenanEvansG9DETDetroitEastCentralDetroit PistonsPistons
179MarcinGortatC13LACLAWestPacificLA ClippersClippers

CREATE TABLE nba_players (
  "id" BIGINT,
  "first_name" VARCHAR,
  "last_name" VARCHAR,
  "position" VARCHAR,
  "id_team" BIGINT,
  "abbreviation" VARCHAR,
  "city" VARCHAR,
  "conference" VARCHAR,
  "division" VARCHAR,
  "full_name" VARCHAR,
  "name" VARCHAR
);

Share link

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