FIFA World Cup 2018
Copa do Mundo Rússia 2018 - World Cup Russia 2018
@kaggle.jsppimentel99_coparussiajogos
Copa do Mundo Rússia 2018 - World Cup Russia 2018
@kaggle.jsppimentel99_coparussiajogos
CREATE TABLE cup_russia_matches (
"time_brazil" VARCHAR,
"date" TIMESTAMP,
"stage" VARCHAR,
"stadium" VARCHAR,
"city" VARCHAR,
"home_team" VARCHAR,
"home_team_goals" BIGINT,
"away_team_goals" BIGINT,
"away_team" VARCHAR,
"win_conditions" VARCHAR,
"penalty" VARCHAR,
"win" VARCHAR,
"total_goals" BIGINT,
"attendance" BIGINT
);
CREATE TABLE cup_russia_teams (
"team" VARCHAR,
"matches_played" BIGINT,
"goals" BIGINT,
"goals_scored" BIGINT,
"goals_against" BIGINT,
"penalty" BIGINT,
"own_goals" BIGINT,
"open_play_goals" BIGINT,
"set_piece_goals" BIGINT,
"yellow_cards" BIGINT,
"red_cards" DOUBLE,
"fouls_committed" BIGINT,
"fouls_suffered" BIGINT,
"penalty_commeitted" BIGINT
);
Anyone who has the link will be able to view this.