Data around sports teamβs primary/secondary colors & championships won. Leagues included: NFL, NBA, MLB, NHL, EPL, La Liga, Serie A, NCAAF, NCAAB.
Give me a shout if you make something cool with this!
Data
data/{League}_Champions.csv
list of teams that have won championships in {League}
Team
: team nameWins
: number of championship winsLeague
: league namedata/colors.csv
(scraped from teamcolorcodes)
Team
: team namehex_Primary_Color
: primary hex color (from teamcolorcodes)hex_Secondary_Color
: secondary hex color (from teamcolorcodes)League
: league namewc_Primary_Name
: primary color css3 english name (from the webcolors package)wc_Secondary_Name
: secondary color css3 english name (from the webcolors package)wa_Primary_Names
: 2 primary color english names (from the wolframalpha api)wa_Secondary_Names
: 2 secondary color english names (from the wolframalpha api)wa_Primary_Name_1
: 1st primary color english name (from wa_Primary_Names
)wa_Primary_Name_2
: 2nd primary color english name (from wa_Primary_Names
)wa_Secondary_Name_1
: 1st secondary color english name (from wa_Secondary_Names
)wa_Secondary_Name_2
: 2nd secondary color english name (from wa_Secondary_Names
)Working files
scrape_champions.py
: scrapes various sources for teams that have won championshipsscrape_colors.py
: scrapes team colors (hex) and gets english color names