FiveThirtyEight Historical NCAA Forecasts Dataset
Explore Data from FiveThirtyEight
@kaggle.fivethirtyeight_fivethirtyeight_historical_ncaa_forecasts
Explore Data from FiveThirtyEight
@kaggle.fivethirtyeight_fivethirtyeight_historical_ncaa_forecasts
This folder contains data behind the story The NCAA Bracket: Checking Our Work.
This is a dataset from FiveThirtyEight hosted on their GitHub. Explore FiveThirtyEight data using Kaggle and all of the data sources available through the FiveThirtyEight organization page!
This dataset is maintained using GitHub's API and Kaggle's API.
This dataset is distributed under the Attribution 4.0 International (CC BY 4.0) license.
CREATE TABLE historical_538_ncaa_tournament_model_results (
"year" BIGINT,
"round" BIGINT,
"favorite" VARCHAR,
"underdog" VARCHAR,
"favorite_probability" DOUBLE,
"favorite_win_flag" BIGINT
);Anyone who has the link will be able to view this.