Fantasy Premier League Dataset 2023-2024
Fantasy Premier League 2023-2024 Players Dataset
@kaggle.meraxes10_fantasy_premier_league_dataset_2023_2024
Fantasy Premier League 2023-2024 Players Dataset
@kaggle.meraxes10_fantasy_premier_league_dataset_2023_2024
CREATE TABLE players (
"id" BIGINT,
"name" VARCHAR,
"now_cost" BIGINT,
"position" VARCHAR,
"team" VARCHAR,
"web_name" VARCHAR,
"transfers_in_event" BIGINT,
"influence_rank_type" BIGINT,
"news_added" VARCHAR,
"ict_index_rank_type" BIGINT,
"assists" BIGINT,
"selected_rank" BIGINT,
"direct_freekicks_order" DOUBLE,
"starts_per_90" DOUBLE,
"goals_conceded" BIGINT,
"threat_rank_type" BIGINT,
"status" VARCHAR,
"ep_this" DOUBLE,
"news" VARCHAR,
"selected_rank_type" BIGINT,
"goals_scored" BIGINT,
"influence_rank" BIGINT,
"goals_conceded_per_90" DOUBLE,
"selected_by_percent" DOUBLE,
"in_dreamteam" BOOLEAN,
"points_per_game_rank" BIGINT,
"expected_goal_involvements_per_90" DOUBLE,
"influence" DOUBLE,
"form_rank_type" BIGINT,
"expected_goals_conceded_per_90" DOUBLE,
"chance_of_playing_this_round" DOUBLE,
"ep_next" DOUBLE,
"expected_assists" DOUBLE,
"expected_goals_conceded" DOUBLE,
"points_per_game" DOUBLE,
"cost_change_start" BIGINT,
"transfers_in" BIGINT,
"starts" BIGINT,
"cost_change_start_fall" BIGINT,
"creativity" DOUBLE,
"saves_per_90" DOUBLE,
"threat_rank" BIGINT,
"penalties_saved" BIGINT,
"points_per_game_rank_type" BIGINT,
"own_goals" BIGINT,
"bonus" BIGINT,
"penalties_missed" BIGINT,
"expected_goals" DOUBLE,
"chance_of_playing_next_round" DOUBLE,
"event_points" BIGINT,
"clean_sheets" BIGINT,
"clean_sheets_per_90" DOUBLE,
"transfers_out" BIGINT,
"cost_change_event" BIGINT,
"penalties_order" DOUBLE,
"expected_goals_per_90" DOUBLE,
"creativity_rank_type" BIGINT,
"expected_assists_per_90" DOUBLE,
"value_season" DOUBLE,
"transfers_out_event" BIGINT,
"form" DOUBLE,
"bps" BIGINT,
"saves" BIGINT,
"expected_goal_involvements" DOUBLE,
"form_rank" BIGINT,
"creativity_rank" BIGINT,
"corners_and_indirect_freekicks_order" DOUBLE,
"threat" DOUBLE,
"dreamteam_count" BIGINT,
"now_cost_rank_type" BIGINT,
"ict_index" DOUBLE,
"now_cost_rank" BIGINT,
"minutes" BIGINT,
"yellow_cards" BIGINT,
"cost_change_event_fall" BIGINT,
"red_cards" BIGINT,
"value_form" DOUBLE,
"ict_index_rank" BIGINT,
"total_points" BIGINT
);
Anyone who has the link will be able to view this.