Premier League 2020-21 Season Stats
all 38 matchday stats about premier league season 2020-21
@kaggle.afnanurrahim_premier_league_2020_21_season_stats
all 38 matchday stats about premier league season 2020-21
@kaggle.afnanurrahim_premier_league_2020_21_season_stats
CREATE TABLE home_teams_stats (
"unnamed_0" BIGINT,
"fixture_id" BIGINT,
"home_team_id" BIGINT,
"home_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
);
Anyone who has the link will be able to view this.