Baselight

Premier League 2020-21 Season Stats

all 38 matchday stats about premier league season 2020-21

@kaggle.afnanurrahim_premier_league_2020_21_season_stats

Away Teams Stats
@kaggle.afnanurrahim_premier_league_2020_21_season_stats.away_teams_stats

  • 25.77 KB
  • 380 rows
  • 20 columns
unnamed_0

Unnamed: 0

fixture_id

Fixture Id

away_team_id

Away Team Id

away_team_name

Away Team Name

shots_on_goal

Shots On Goal

shots_off_goal

Shots Off Goal

total_shots

Total Shots

blocked_shots

Blocked Shots

shots_insidebox

Shots Insidebox

shots_outsidebox

Shots Outsidebox

fouls

Fouls

corner_kicks

Corner Kicks

offsides

Offsides

ball_possession

Ball Possession

yellow_cards

Yellow Cards

red_cards

Red Cards

goalkeeper_saves

Goalkeeper Saves

total_passes

Total Passes

passes_accurate

Passes Accurate

passes

Passes %

59214133Manchester United7213494134263%256647584%
159214241Southampton53917211371%1258045879%
259214342Arsenal6413394123255%2262656290%
359214463Leeds3162426552%345934776%
459214566Aston Villa441136592131%2728520773%
559214645Everton4715410573149%552945085%
659214746Leicester7313311295365%1160451185%
759214834Newcastle2715610577442%2334226678%
859214949Chelsea5210373133348%246538783%
959215039Wolves45112747545%1139130779%

CREATE TABLE away_teams_stats (
  "unnamed_0" BIGINT,
  "fixture_id" BIGINT,
  "away_team_id" BIGINT,
  "away_team_name" VARCHAR,
  "shots_on_goal" DOUBLE,
  "shots_off_goal" DOUBLE,
  "total_shots" BIGINT,
  "blocked_shots" DOUBLE,
  "shots_insidebox" DOUBLE,
  "shots_outsidebox" DOUBLE,
  "fouls" BIGINT,
  "corner_kicks" DOUBLE,
  "offsides" DOUBLE,
  "ball_possession" VARCHAR,
  "yellow_cards" DOUBLE,
  "red_cards" DOUBLE,
  "goalkeeper_saves" DOUBLE,
  "total_passes" BIGINT,
  "passes_accurate" BIGINT,
  "passes" VARCHAR
);

Share link

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