Baselight

Bundesliga Top 7 Teams Offensive Stats

Standard Offensive Stats for 2021 Season.

@kaggle.rajatrc1705_bundesliga_top_7_teams_offensive_stats

Bundesliga Top7 Offensive
@kaggle.rajatrc1705_bundesliga_top_7_teams_offensive_stats.bundesliga_top7_offensive

  • 17.16 KB
  • 177 rows
  • 16 columns
name

Name

club

Club

nationality

Nationality

position

Position

age

Age

matches

Matches

starts

Starts

mins

Mins

goals

Goals

assists

Assists

penalty_goals

Penalty Goals

penalty_attempted

Penalty Attempted

xg

XG

xa

XA

yellow_cards

Yellow Cards

red_cards

Red Cards

Manuel NeuerBayern MunichGERGK34333329700.011
Thomas MüllerBayern MunichGERMF30323126741119110.240.39
David AlabaBayern MunichAUTDF,MF2832302675240.040.084
Jérôme BoatengBayern MunichGERDF3129292368110.010.026
Robert LewandowskiBayern MunichPOLFW3129282458417891.160.134
Joshua KimmichBayern MunichGERMF25272521944100.10.274
Kingsley ComanBayern MunichFRAFW,MF24292317525100.210.341
Benjamin PavardBayern MunichFRADF24242219430.020.093
Alphonso DaviesBayern MunichCANDF1923221763120.010.0421
Serge GnabryBayern MunichGERFW,MF25272016441020.440.254

CREATE TABLE bundesliga_top7_offensive (
  "name" VARCHAR,
  "club" VARCHAR,
  "nationality" VARCHAR,
  "position" VARCHAR,
  "age" BIGINT,
  "matches" BIGINT,
  "starts" BIGINT,
  "mins" BIGINT,
  "goals" BIGINT,
  "assists" BIGINT,
  "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.