FIFA World Cup 2018 (complete Teamwise Data)
FIFA wc 2018 all matches, lineups, events, teamwise documented
@kaggle.blessontomjoseph_fifa_world_cup_2018_complete_teamwise_data
FIFA wc 2018 all matches, lineups, events, teamwise documented
@kaggle.blessontomjoseph_fifa_world_cup_2018_complete_teamwise_data
CREATE TABLE belgium_matches_player (
"match_id" BIGINT,
"match_date" TIMESTAMP,
"kick_off" VARCHAR,
"competition" VARCHAR,
"season" BIGINT,
"home_team" VARCHAR,
"away_team" VARCHAR,
"home_score" BIGINT,
"away_score" BIGINT,
"match_status" VARCHAR,
"match_status_360" VARCHAR,
"last_updated" TIMESTAMP,
"last_updated_360" TIMESTAMP,
"match_week" BIGINT,
"competition_stage" VARCHAR,
"stadium" VARCHAR,
"referee" VARCHAR,
"home_managers" VARCHAR,
"away_managers" VARCHAR,
"data_version" VARCHAR,
"shot_fidelity_version" VARCHAR,
"xy_fidelity_version" VARCHAR
);
Anyone who has the link will be able to view this.