NBA 2k20 Player Dataset
NBA 2k players with 15 attributes
@kaggle.isaienkov_nba2k20_player_dataset
NBA 2k players with 15 attributes
@kaggle.isaienkov_nba2k20_player_dataset
NBA 2k analysis.
Detailed attributes for players registered in the NBA2k.
Data scraped from https://hoopshype.com/nba2k/. Additional data about countries and drafts scraped from Wikipedia.
Inspired from this dataset: https://www.kaggle.com/karangadiya/fifa19
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
);Anyone who has the link will be able to view this.