Baselight

Fantasy Premier League 2019 -20

Predict total points of a player

@kaggle.aj3907_fantasy_premier_league_2019_20

Player Details
@kaggle.aj3907_fantasy_premier_league_2019_20.player_details

  • 109.33 KB
  • 587 rows
  • 53 columns
id

Id

chance_of_playing_next_round

Chance Of Playing Next Round

chance_of_playing_this_round

Chance Of Playing This Round

code

Code

cost_change_event

Cost Change Event

cost_change_event_fall

Cost Change Event Fall

cost_change_start

Cost Change Start

cost_change_start_fall

Cost Change Start Fall

dreamteam_count

Dreamteam Count

element_type

Element Type

ep_next

Ep Next

ep_this

Ep This

event_points

Event Points

first_name

First Name

form

Form

in_dreamteam

In Dreamteam

news

News

news_added

News Added

now_cost

Now Cost

photo

Photo

points_per_game

Points Per Game

second_name

Second Name

selected_by_percent

Selected By Percent

special

Special

squad_number

Squad Number

status

Status

team

Team

team_code

Team Code

total_points

Total Points

transfers_in

Transfers In

transfers_in_event

Transfers In Event

transfers_out

Transfers Out

transfers_out_event

Transfers Out Event

value_form

Value Form

value_season

Value Season

web_name

Web Name

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

110010069140-3320.80.3Shkodran0.3nan2019-11-28T23:00:21.541666Z5269140.jpg2Mustafi0.3a1368455167331992470.11.2Mustafi170143532.21.2548.8
2757598745-1120.4HéctorHamstring injury - 75% chance of playing2019-12-09T20:00:21.228098Z5498745.jpg0.3Bellerín0.2d1313500472369834540.2Bellerín262622630.822.7156.9
3100111457-3322.25Sead1.7nan2019-12-15T19:30:19.136195Z52111457.jpg2.1Kolasinac0.5a13324951325251169576160.36.2Kolasinac996221731211176.2152.76138.9
4100100154043-44122.82.36Ainsley2.3nan2019-09-22T18:00:10.824841Z46154043.jpg2.8Maitland-Niles2.6a1333565612998658194527010.57.2Maitland-Niles10302317213198232150.33741.4
510039476-11123.215Sokratis2.7nan2019-12-26T17:00:15.332949Z4939476.jpg2.9Papastathopoulos1.4a13501208601270115896119690.610.2Sokratis1516232455277415.431.610455.2
6384112NachoJoined Real Sociedad on a permanent deal on 31/82019-08-31T11:30:14.661839Z5038411.jpg3.3Monreal0.3u1310280811088321912Monreal2701415447.240.81210
7515072LaurentJoined Bordeaux on a permanent deal on 6/8.2019-08-08T11:00:09.045030Z5051507.jpgKoscielny0.1u13538211256542Koscielny
8100100233963-1120.5Konstantinosnan2019-08-09T09:30:11.868345Z44233963.jpgMavropanosa13100264438657Mavropanos
9802542CarlJoined Nottingham Forest on a permanent deal on 7/8.2019-08-07T17:00:10.875251Z4580254.jpgJenkinsonu133708250513Jenkinson
101007515607420.5Robnan2019-12-09T10:00:19.335279Z45156074.jpg1Holding0.1a13110574178131271470.2Holding76298.40.421.1

CREATE TABLE player_details (
  "id" BIGINT,
  "chance_of_playing_next_round" DOUBLE,
  "chance_of_playing_this_round" DOUBLE,
  "code" BIGINT,
  "cost_change_event" BIGINT,
  "cost_change_event_fall" BIGINT,
  "cost_change_start" BIGINT,
  "cost_change_start_fall" BIGINT,
  "dreamteam_count" BIGINT,
  "element_type" BIGINT,
  "ep_next" DOUBLE,
  "ep_this" DOUBLE,
  "event_points" BIGINT,
  "first_name" VARCHAR,
  "form" DOUBLE,
  "in_dreamteam" BOOLEAN,
  "news" VARCHAR,
  "news_added" VARCHAR,
  "now_cost" BIGINT,
  "photo" VARCHAR,
  "points_per_game" DOUBLE,
  "second_name" VARCHAR,
  "selected_by_percent" DOUBLE,
  "special" BOOLEAN,
  "squad_number" VARCHAR,
  "status" VARCHAR,
  "team" BIGINT,
  "team_code" BIGINT,
  "total_points" BIGINT,
  "transfers_in" BIGINT,
  "transfers_in_event" BIGINT,
  "transfers_out" BIGINT,
  "transfers_out_event" BIGINT,
  "value_form" DOUBLE,
  "value_season" DOUBLE,
  "web_name" VARCHAR,
  "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" DOUBLE,
  "ict_index" DOUBLE
);

Share link

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