EPL 2022: Player Statistics (historic & Current)
Data to be used for fantasy prediction & analysis
@kaggle.slythe_epl_2022_player_statistics_historic_current
Data to be used for fantasy prediction & analysis
@kaggle.slythe_epl_2022_player_statistics_historic_current
CREATE TABLE teams (
"unnamed_0" BIGINT,
"code" BIGINT,
"draw" BIGINT,
"form" VARCHAR,
"id" BIGINT,
"loss" BIGINT,
"name" VARCHAR,
"played" BIGINT,
"points" BIGINT,
"position" BIGINT,
"short_name" VARCHAR,
"strength" BIGINT,
"team_division" VARCHAR,
"unavailable" BOOLEAN,
"win" BIGINT,
"strength_overall_home" BIGINT,
"strength_overall_away" BIGINT,
"strength_attack_home" BIGINT,
"strength_attack_away" BIGINT,
"strength_defence_home" BIGINT,
"strength_defence_away" BIGINT,
"pulse_id" BIGINT
);
Anyone who has the link will be able to view this.