patohle/march_madness
0
title: Bracketology Lab emoji: ๐ colorFrom: red colorTo: blue sdk: streamlit sdkversion: 1.39.0 appfile: app.py pinned: false ---
Bracketology Lab
An interactive analytics platform exploring NCAA men's basketball tournament data from 2008โ2025. ---
March Madness Seed Analyzer ๐
A Streamlit app that analyzes how NCAA tournament seeding affects win percentage, upsets, round survival, and head-to-head matchups. Uses historical data from the 64-team era (1985โ2024).
Features
- Overview โ win % by seed across all rounds
- Seed vs Seed โ head-to-head heatmap for every pairing
- Round Survival โ how far each seed typically advances
- Upsets โ upset frequency by round and biggest upset margins
- Matchup Predictor โ historical win odds for any two seeds
Files
app.pyโ main Streamlit apptournament_games.csvโ bundled historical datasetrequirements.txtโ Python dependencies
Custom data
You can upload your own CSV in the sidebar. Required columns: year, round, round_num, winner_seed, loser_seed
