Baselight

National Basketball Association Players

Players-Teamwise-Information

@kaggle.nadeembabar_national_basketball_association_players

Loading...
Loading...

About this Dataset

National Basketball Association Players

This dataset contains a comprehensive information of players associated with teams in North America. It is for those individuals who are Basketball enthusiasts, data analysts and researchers. The data offers insights to players' physique and the position they are entitled to during the game.

Columns Description

  1. First name: This feature contains the first name of the player
  2. Height in Feet: Height of a player in feet
  3. Height in Inches: Height of a player in inches
  4. Last Name: Last name of a player
  5. Position: Position of a player
  6. Weight in pounds: Weight of a player in pounds
  7. Team Name: Name of a team to which player belongs to
  8. Division: Division in the United States to which a player belongs to
  9. Conference: Conference of a player
  10. City: City to which a player belongs to
  11. Abbreviation: Abbreviation of a city
  12. Id: Id of a palyer

Tables

Nba Players

@kaggle.nadeembabar_national_basketball_association_players.nba_players
  • 112.44 kB
  • 5,228 rows
  • 13 columns
Loading...
CREATE TABLE nba_players (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "first_name" VARCHAR,
  "height_feet" DOUBLE,
  "height_inches" DOUBLE,
  "last_name" VARCHAR,
  "position" VARCHAR,
  "weight_pounds" DOUBLE,
  "team_name" VARCHAR,
  "division" VARCHAR,
  "conference" VARCHAR,
  "city" VARCHAR,
  "abbreviation" VARCHAR,
  "player_id" BIGINT
);

Share link

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