Fantasy Premier League (FPL) Player Data 20/21
Visualising stats and more...
@kaggle.plavak10_fpl_player_data_2021
Visualising stats and more...
@kaggle.plavak10_fpl_player_data_2021
CREATE TABLE fpl_20_21 (
"first_name" VARCHAR,
"second_name" VARCHAR,
"club" VARCHAR,
"goals_scored" BIGINT,
"assists" BIGINT,
"total_points" BIGINT,
"minutes" BIGINT,
"saves" BIGINT,
"goals_conceded" BIGINT,
"creativity" DOUBLE,
"influence" DOUBLE,
"threat" BIGINT,
"bonus" BIGINT,
"bps" BIGINT,
"ict_index" DOUBLE,
"clean_sheets" BIGINT,
"red_cards" BIGINT,
"yellow_cards" BIGINT,
"position" VARCHAR
);
Anyone who has the link will be able to view this.