English Premier League(2020-21)
Statistics of EPL 2020-21 season Players
@kaggle.rajatrc1705_english_premier_league202021
Statistics of EPL 2020-21 season Players
@kaggle.rajatrc1705_english_premier_league202021
CREATE TABLE epl_20_21 (
"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.