To understand the variables, the Codebook is available in both .pdf and .csv formats. The variables.csv file within the codebook folder is particularly useful for programmatic data mapping. Key Datasets and Variables
avg_goals = matches.groupby('tournament_id')['goal_count'].mean() fjelstul world cup database data-csv
matches = pd.read_csv('data-csv/matches.csv') goals = pd.read_csv('data-csv/goals.csv') To understand the variables, the Codebook is available
Hypothesis 3 : UEFA teams outperform CONMEBOL in knockout matches. To understand the variables