Baselight

NCAA Women 538 Team Ratings

NCAA Women 538 Team Ratings

@kaggle.whenamancodes_ncaa_women_538_team_ratings

Ratingswomen
@kaggle.whenamancodes_ncaa_women_538_team_ratings.ratingswomen

  • 8.63 KB
  • 388 rows
  • 4 columns
season

Season

teamid

TeamID

teamname

TeamName

n_538rating

538rating

20163163Connecticut113.09
20163124Baylor101.59
20163323Notre Dame101.07
20163376South Carolina101.07
20163268Maryland99.01
20163333Oregon State95.42
20163326Ohio State93.9
20163400Texas93.58
20163390Stanford92.4
20163257Louisville92.24

CREATE TABLE ratingswomen (
  "season" BIGINT,
  "teamid" BIGINT,
  "teamname" VARCHAR,
  "n_538rating" DOUBLE
);

Share link

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