Baselight

Bundesliga Top 7 Teams Offensive Stats

Standard Offensive Stats for 2021 Season.

@kaggle.rajatrc1705_bundesliga_top_7_teams_offensive_stats

Bundesliga Top7 V2
@kaggle.rajatrc1705_bundesliga_top_7_teams_offensive_stats.bundesliga_top7_v2

  • 20.6 KB
  • 188 rows
  • 18 columns
name

Name

club

Club

nationality

Nationality

position

Position

age

Age

matches

Matches

starts

Starts

mins

Mins

goals

Goals

assists

Assists

passes_attempted

Passes Attempted

perc_passes_completed

Perc Passes Completed

penalty_goals

Penalty Goals

penalty_attempted

Penalty Attempted

xg

XG

xa

XA

yellow_cards

Yellow Cards

red_cards

Red Cards

Manuel NeuerBayern MunichGERGK3433332970131686.30.011
Thomas MüllerBayern MunichGERMF30323126741119152974.1110.240.39
David AlabaBayern MunichAUTDF,MF283230267524225185.10.040.084
Jérôme BoatengBayern MunichGERDF312929236811196489.40.010.026
Robert LewandowskiBayern MunichPOLFW312928245841771076.5891.160.134
Joshua KimmichBayern MunichGERMF25272521944102131840.10.274
Kingsley ComanBayern MunichFRAFW,MF242923175251085679.40.210.341
Benjamin PavardBayern MunichFRADF2424221943168085.40.020.093
Alphonso DaviesBayern MunichCANDF1923221763121504890.010.0421
Serge GnabryBayern MunichGERFW,MF252720164410285878.10.440.254

CREATE TABLE bundesliga_top7_v2 (
  "name" VARCHAR,
  "club" VARCHAR,
  "nationality" VARCHAR,
  "position" VARCHAR,
  "age" BIGINT,
  "matches" BIGINT,
  "starts" BIGINT,
  "mins" BIGINT,
  "goals" BIGINT,
  "assists" BIGINT,
  "passes_attempted" BIGINT,
  "perc_passes_completed" DOUBLE,
  "penalty_goals" BIGINT,
  "penalty_attempted" BIGINT,
  "xg" DOUBLE,
  "xa" DOUBLE,
  "yellow_cards" BIGINT,
  "red_cards" BIGINT
);

Share link

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