Baselight

March Madness Data

Datasets from 2008 - 2024 (2020 not Included)

@kaggle.nishaanamin_march_madness_data

Preseason Votes
@kaggle.nishaanamin_march_madness_data.preseason_votes

  • 15.19 KB
  • 795 rows
  • 8 columns
year

YEAR

team_no

TEAM NO

team

TEAM

seed

SEED

round

ROUND

ap_votes

AP VOTES

ap_rank

AP RANK

rank

RANK?

20241078Alabama4163241
20241077Arizona2776121
2024Arkansas685141
20241076Auburn42731
20241075Baylor3431201
20241074Boise St.10439
20241070College of Charleston13241
20241069Colorado104927
20241067Connecticut1124361
20241066Creighton3109981

CREATE TABLE preseason_votes (
  "year" BIGINT,
  "team_no" DOUBLE,
  "team" VARCHAR,
  "seed" DOUBLE,
  "round" DOUBLE,
  "ap_votes" BIGINT,
  "ap_rank" BIGINT,
  "rank" BIGINT
);

Share link

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