FIFA World Cup 2022 Match Data
Comprehensive match data from the FIFA World Cup 2022
@kaggle.swaptr_fifa_world_cup_2022_match_data
Comprehensive match data from the FIFA World Cup 2022
@kaggle.swaptr_fifa_world_cup_2022_match_data
CREATE TABLE data (
"match" BIGINT,
"dayofweek" VARCHAR,
"match_time" TIMESTAMP,
"home_team" VARCHAR,
"away_team" VARCHAR,
"home_xg" DOUBLE,
"away_xg" DOUBLE,
"score" VARCHAR,
"attendance" BIGINT,
"venue" VARCHAR,
"referee" VARCHAR,
"home_formation" VARCHAR,
"away_formation" VARCHAR,
"home_captain" VARCHAR,
"away_captain" VARCHAR,
"home_manager" VARCHAR,
"away_manager" VARCHAR,
"home_possession" BIGINT,
"away_possession" BIGINT,
"home_completed_passes" BIGINT,
"home_attempted_pases" BIGINT,
"away_completed_passes" BIGINT,
"away_attempted_pases" BIGINT,
"home_sot" BIGINT,
"away_sot" BIGINT,
"home_total_shots" BIGINT,
"away_total_shots" BIGINT,
"home_saves" BIGINT,
"away_saves" BIGINT,
"home_fouls" BIGINT,
"away_fouls" BIGINT,
"home_corners" BIGINT,
"away_corners" BIGINT,
"home_crosses" BIGINT,
"away_crosses" BIGINT,
"home_touches" BIGINT,
"away_touches" BIGINT,
"home_tackles" BIGINT,
"away_tackles" BIGINT,
"home_interceptions" BIGINT,
"away_interceptions" BIGINT,
"home_aerials_won" BIGINT,
"away_aerials_won" BIGINT,
"home_clearances" BIGINT,
"away_clearances" BIGINT,
"home_offsides" BIGINT,
"away_offsides" BIGINT,
"home_gks" BIGINT,
"away_gks" BIGINT,
"home_throw_ins" BIGINT,
"away_throw_ins" BIGINT,
"home_long_balls" BIGINT,
"away_long_balls" BIGINT
);
Anyone who has the link will be able to view this.