March Madness Predictions: bracket-30.csv
Data license: CC Attribution 4.0 License · Data source: fivethirtyeight/data on GitHub · About: simonw/fivethirtyeight-datasette
4 rows where team_seed = 2
This data as json, copyable, CSV (advanced)
Link | rowid ▼ | team_id | team_name | team_seed | team_region | playin_flag | team_alive | rd1_win | rd2_win | rd3_win | rd4_win | rd5_win | rd6_win | rd7_win |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
16 | 16 | 2305 | Kansas | 2 | South | 0 | 1 | 1 | 1.0 | 0.787276640965 | 0.503440688783 | 0.258121959138 | 0.147606870429 | 0.07567197979 |
32 | 32 | 222 | Villanova | 2 | East | 0 | 1 | 1 | 1.0 | 0.648972417022 | 0.41966444069 | 0.2144681714 | 0.101858393941 | 0.046110125145 |
51 | 51 | 130 | Michigan | 2 | Midwest | 0 | 1 | 1 | 1.0 | 0.78688598751 | 0.46831455689 | 0.176944870161 | 0.079693015272 | 0.035186773487 |
67 | 67 | 275 | Wisconsin | 2 | West | 0 | 1 | 1 | 1.0 | 0.771997410988 | 0.463760236787 | 0.221544189757 | 0.11171437986 | 0.060294295777 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "march-madness-predictions/bracket-30" ( "team_id" INTEGER, "team_name" TEXT, "team_seed" TEXT, "team_region" TEXT, "playin_flag" INTEGER, "team_alive" INTEGER, "rd1_win" INTEGER, "rd2_win" REAL, "rd3_win" REAL, "rd4_win" REAL, "rd5_win" REAL, "rd6_win" REAL, "rd7_win" REAL );