Baselight

Fantasy Premier League 2019 -20

Predict total points of a player

@kaggle.aj3907_fantasy_premier_league_2019_20

Gw History
@kaggle.aj3907_fantasy_premier_league_2019_20.gw_history

  • 217.41 KB
  • 11624 rows
  • 29 columns
player_id

Player Id

element_type

Element Type

home_team

Home Team

opponent_team

Opponent Team

fdr_p

Fdr P

fdr_o

Fdr O

total_points

Total Points

was_home

Was Home

round

Round

minutes

Minutes

goals_scored

Goals Scored

assists

Assists

clean_sheets

Clean Sheets

goals_conceded

Goals Conceded

own_goals

Own Goals

penalties_saved

Penalties Saved

penalties_missed

Penalties Missed

yellow_cards

Yellow Cards

red_cards

Red Cards

saves

Saves

bonus

Bonus

bps

Bps

influence

Influence

creativity

Creativity

threat

Threat

ict_index

Ict Index

value

Value

transfers_balance

Transfers Balance

selected

Selected

121133415533117
121524true255-528036709
1211054354-688230975
1211744true454-387228096
1211824553-207326902
121224true653-104126330
1211244753-116625642
121324true853-69125277
1211534953-46925175
121734true1052-32525037

CREATE TABLE gw_history (
  "player_id" BIGINT,
  "element_type" BIGINT,
  "home_team" BIGINT,
  "opponent_team" BIGINT,
  "fdr_p" BIGINT,
  "fdr_o" BIGINT,
  "total_points" BIGINT,
  "was_home" BOOLEAN,
  "round" BIGINT,
  "minutes" BIGINT,
  "goals_scored" BIGINT,
  "assists" BIGINT,
  "clean_sheets" BIGINT,
  "goals_conceded" BIGINT,
  "own_goals" BIGINT,
  "penalties_saved" BIGINT,
  "penalties_missed" BIGINT,
  "yellow_cards" BIGINT,
  "red_cards" BIGINT,
  "saves" BIGINT,
  "bonus" BIGINT,
  "bps" BIGINT,
  "influence" DOUBLE,
  "creativity" DOUBLE,
  "threat" BIGINT,
  "ict_index" DOUBLE,
  "value" BIGINT,
  "transfers_balance" BIGINT,
  "selected" BIGINT
);

Share link

Anyone who has the link will be able to view this.