Premier League Player Stats 23/24
Comprehensive statistics of Premier League players for the 2023/24 season
@kaggle.indrajuliansyahputra_premier_league_player_stats_2324
Comprehensive statistics of Premier League players for the 2023/24 season
@kaggle.indrajuliansyahputra_premier_league_player_stats_2324
CREATE TABLE player_overview (
"name" VARCHAR,
"nationality" VARCHAR,
"date_of_birth" VARCHAR,
"height" VARCHAR,
"club" VARCHAR,
"position" VARCHAR,
"appearances" DOUBLE,
"goals" DOUBLE,
"assists" DOUBLE,
"clean_sheets" DOUBLE,
"facebook" VARCHAR
);
Anyone who has the link will be able to view this.