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_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.