Bundesliga Top 7 Teams Offensive Stats
Standard Offensive Stats for 2021 Season.
@kaggle.rajatrc1705_bundesliga_top_7_teams_offensive_stats
Standard Offensive Stats for 2021 Season.
@kaggle.rajatrc1705_bundesliga_top_7_teams_offensive_stats
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
);
Anyone who has the link will be able to view this.