Baselight

NBA 2k20 Player Dataset

NBA 2k players with 15 attributes

@kaggle.isaienkov_nba2k20_player_dataset

Loading...
Loading...

About this Dataset

NBA 2k20 Player Dataset

Context

NBA 2k analysis.

Content

Detailed attributes for players registered in the NBA2k.

Acknowledgements

Data scraped from https://hoopshype.com/nba2k/. Additional data about countries and drafts scraped from Wikipedia.

Inspiration

Inspired from this dataset: https://www.kaggle.com/karangadiya/fifa19

Tables

Nba2k Full

@kaggle.isaienkov_nba2k20_player_dataset.nba2k_full
  • 29.42 KB
  • 464 rows
  • 15 columns
Loading...

CREATE TABLE nba2k_full (
  "full_name" VARCHAR,
  "rating" BIGINT,
  "jersey" VARCHAR,
  "team" VARCHAR,
  "position" VARCHAR,
  "b_day" TIMESTAMP,
  "height" VARCHAR,
  "weight" VARCHAR,
  "salary" VARCHAR,
  "country" VARCHAR,
  "draft_year" BIGINT,
  "draft_round" VARCHAR,
  "draft_peak" VARCHAR,
  "college" VARCHAR,
  "version" VARCHAR
);

Share link

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