FIFA Women's World Cup Stats
FIFA Women's World Cup Stats (1991 - 2019)
@kaggle.mattop_fifa_womens_world_cup_stats
FIFA Women's World Cup Stats (1991 - 2019)
@kaggle.mattop_fifa_womens_world_cup_stats
CREATE TABLE womens_world_cup (
"id" BIGINT,
"squad" VARCHAR,
"year" BIGINT,
"players" BIGINT,
"age" DOUBLE,
"possesion" DOUBLE,
"matches_played" BIGINT,
"starts" BIGINT,
"min_playing_time" BIGINT,
"minutes_played_90s" DOUBLE,
"goals" BIGINT,
"assists" BIGINT,
"non_penalty_goals" BIGINT,
"penalty_kicks_made" BIGINT,
"penalty_kicks_attempted" BIGINT,
"yellow_cards" DOUBLE,
"red_cards" DOUBLE,
"goals_per_90" DOUBLE,
"assists_per_90" DOUBLE,
"goals_plus_assists_per_90" DOUBLE,
"goals_minus_penalty_kicks_per_90" DOUBLE,
"goals_plus_assists_minus_penalty_kicks_per_90" DOUBLE
);
Anyone who has the link will be able to view this.