Fjelstul World Cup Database — Csv Download [repack]

matches <- read_csv("matches.csv") teams <- read_csv("teams.csv")

Enjoy analyzing World Cup history with clean, well‑documented data. fjelstul world cup database csv download

| CSV file | Description | |----------|-------------| | tournaments.csv | World Cup tournaments (year, host, winner, etc.) | | matches.csv | All matches (date, score, attendance, referee, etc.) | | goals.csv | Every goal (minute, scorer, assist, own goal, penalty, etc.) | | cards.csv | Yellow/red cards (player, minute, reason) | | substitutions.csv | All substitutions (player in/out, minute) | | teams.csv | Team names, three‑letter codes, confederation (UEFA, CONMEBOL, etc.) | | players.csv | Player names, birth dates, positions | | managers.csv | Team managers/coaches per tournament | | stadiums.csv | Stadium name, city, capacity | | referees.csv | Referee names and nationality | matches &lt;- read_csv("matches

The database is primarily hosted on GitHub and Kaggle, offering multiple formats for different analytical needs. - read_csv("matches.csv") teams &lt