Baselight

Big5Leagues-Teams Goalkeeping Metrics 22/23

(Team vs. Opponent) and (Opponent vs. Team) Goalkeeping Statistics 2022/2023

@kaggle.hamdallak_big5leagues_teams_goalkeeping_metrics_2223

Loading...
Loading...

About this Dataset

Big5Leagues-Teams Goalkeeping Metrics 22/23

Title: Teams Goalkeeping Metrics in the Big 5 European Football Leagues 22/23

Description

This dataset contains comprehensive goalkeeping metrics for teams participating in the Big 5 European Football Leagues. The data was scraped from the website (https://fbref.com), which provides detailed statistics for goalkeepers and teams in various competitions, including league matches. The dataset covers key metrics such as goals against, shots on target against, clean sheets, penalty kicks, and more. It enables in-depth analysis of goalkeeper performance.

The dataset contains the following columns:

Columns:

Team: The name of the team participating in the competition.

Competition: Indicates the specific league or tournament in which the team is involved.

Keepers Played: Number of players used in games by the team.

Matches Played: Total number of matches played by the player or the entire team.

Matches Started: Number of games started by a player.

Minutes Played: Total minutes played by the player or team throughout the competition.

Matches Played in 90 Minutes: Number of 90-minute intervals played.

Goals Against: Total number of goals conceded by the team or player.

Goals Against per 90 Minutes: Average goals conceded per 90 minutes of play.

Shots on Target Against: Total number of shots on target faced by the team or player.

Saves Made: Number of saves made by the goalkeeper or team.

Save Percentage: Percentage of shots on target saved by the goalkeeper.

Matches Won: Total number of wins achieved by the team.

Matches Drawn: Total number of draws obtained by the team.

Matches Lost: Total number of losses suffered by the team.

Clean Sheets: Number of matches in which the goalkeeper or team did not concede any goals.

Clean Sheet Percentage: Percentage of matches resulting in clean sheets (no goals conceded).

Penalty Kick Attempts: Number of penalty kicks attempted by the team.

Penalty Kicks Awarded: Number of penalty kicks awarded against the team.

Penalty Kicks Saved: Number of penalty kicks saved by the goalkeeper or team.

Penalty Kicks Missed: Number of penalty kicks missed by the team.

Penalty Kick Save Percentage: Percentage of penalty kicks saved by the goalkeeper.

By analyzing this dataset, football enthusiasts, analysts, and researchers can gain valuable insights into goalkeeping performances, team defensive strategies, and the overall success of teams in the Big 5 European Football Leagues.

Please note that the dataset was scraped from (https://fbref.com).

Tables

Big5 Teams Keeper Statistics

@kaggle.hamdallak_big5leagues_teams_goalkeeping_metrics_2223.big5_teams_keeper_statistics
  • 20.84 KB
  • 98 rows
  • 22 columns
Loading...

CREATE TABLE big5_teams_keeper_statistics (
  "team" VARCHAR,
  "competition" VARCHAR,
  "keepers_played" BIGINT,
  "matches_played" BIGINT,
  "matches_started" BIGINT,
  "minutes_played" BIGINT,
  "matches_played_in_90_minutes" BIGINT,
  "goals_against" BIGINT,
  "goals_against_per_90_minutes" DOUBLE,
  "shots_on_target_against" BIGINT,
  "saves_made" BIGINT,
  "save_percentage" DOUBLE,
  "matches_won" BIGINT,
  "matches_drawn" BIGINT,
  "matches_lost" BIGINT,
  "clean_sheets" BIGINT,
  "clean_sheet_percentage" DOUBLE,
  "penalty_kick_attempts" BIGINT,
  "penalty_kicks_awarded" BIGINT,
  "penalty_kicks_saved" BIGINT,
  "penalty_kicks_missed" BIGINT,
  "penalty_kick_save_percentage" DOUBLE
);

Big5 Teams Keeper Statistics Opponent

@kaggle.hamdallak_big5leagues_teams_goalkeeping_metrics_2223.big5_teams_keeper_statistics_opponent
  • 20.88 KB
  • 98 rows
  • 22 columns
Loading...

CREATE TABLE big5_teams_keeper_statistics_opponent (
  "team" VARCHAR,
  "competition" VARCHAR,
  "keepers_played" BIGINT,
  "matches_played" BIGINT,
  "matches_started" BIGINT,
  "minutes_played" BIGINT,
  "matches_played_in_90_minutes" BIGINT,
  "goals_against" BIGINT,
  "goals_against_per_90_minutes" DOUBLE,
  "shots_on_target_against" BIGINT,
  "saves_made" BIGINT,
  "save_percentage" DOUBLE,
  "matches_won" BIGINT,
  "matches_drawn" BIGINT,
  "matches_lost" BIGINT,
  "clean_sheets" BIGINT,
  "clean_sheet_percentage" DOUBLE,
  "penalty_kick_attempts" BIGINT,
  "penalty_kicks_awarded" BIGINT,
  "penalty_kicks_saved" BIGINT,
  "penalty_kicks_missed" BIGINT,
  "penalty_kick_save_percentage" DOUBLE
);

Share link

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