Baselight

Fantasy Premier League 2019 -20

Predict total points of a player

@kaggle.aj3907_fantasy_premier_league_2019_20

Fixture Details
@kaggle.aj3907_fantasy_premier_league_2019_20.fixture_details

  • 7.78 KB
  • 380 rows
  • 6 columns
id

Id

event

Event

team_h

Team H

team_a

Team A

team_h_difficulty

Team H Difficulty

team_a_difficulty

Team A Difficulty

11101425
81191142
2131533
3151623
417822
7118422
6117224
5192034
10113143
9112644

CREATE TABLE fixture_details (
  "id" BIGINT,
  "event" BIGINT,
  "team_h" BIGINT,
  "team_a" BIGINT,
  "team_h_difficulty" BIGINT,
  "team_a_difficulty" BIGINT
);

Share link

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