Baselight

WNBA Draft Basketball Player Data (1997 - 2022)

WNBA Draft Basketball Data with Player Performance (1997 - 2022)

@kaggle.mattop_wnba_draft_basketball_player_data_1997_2021

Loading...
Loading...

About this Dataset

WNBA Draft Basketball Player Data (1997 - 2022)

The dataset contains all WNBA Draft picks from 1997-2022. Dataset consists of year, overall pick and player data.

The data was collected from Sports Reference then cleaned for data analysis.

Tabular data includes:

  • overall_pick
  • year
  • team
  • player
  • former
  • college
  • years_played
  • games
  • win_shares
  • win_shares_40
  • minutes_played
  • points
  • total_rebounds
  • assists

Tables

Wnbadraft

@kaggle.mattop_wnba_draft_basketball_player_data_1997_2021.wnbadraft
  • 43.48 KB
  • 1064 rows
  • 14 columns
Loading...

CREATE TABLE wnbadraft (
  "overall_pick" BIGINT,
  "year" BIGINT,
  "team" VARCHAR,
  "player" VARCHAR,
  "former" VARCHAR,
  "college" VARCHAR,
  "years_played" BIGINT,
  "games" DOUBLE,
  "win_shares" DOUBLE,
  "win_shares_40" DOUBLE,
  "minutes_played" DOUBLE,
  "points" DOUBLE,
  "total_rebounds" DOUBLE,
  "assists" DOUBLE
);

Share link

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