Baselight

FIFA World Cup 2018

Copa do Mundo RĂºssia 2018 - World Cup Russia 2018

@kaggle.jsppimentel99_coparussiajogos

Cup Russia Teams
@kaggle.jsppimentel99_coparussiajogos.cup_russia_teams

  • 11.16 KB
  • 32 rows
  • 14 columns
team

Team

matches_played

Matches Played

goals

Goals

goals_scored

Goals Scored

goals_against

Goals Against

penalty

Penalty

own_goals

Own Goals

open_play_goals

Open Play Goals

set_piece_goals

Set Piece Goals

yellow_cards

Yellow Cards

red_cards

Red Cards

fouls_committed

Fouls Committed

fouls_suffered

Fouls Suffered

penalty_commeitted

Penalty Commeitted

Argentina466961155752
Australia322522737301
Belgium71615611141119975
Brazil5883875073
Colombia4663519163522
Costa Rica32151164335
Croatia71413911121151141052
Denmark43323654283
Egypt3226111538212
England7121283848721001

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
);

Share link

Anyone who has the link will be able to view this.