vaastav / Fantasy-Premier-League

Creates a .csv file of all players in the English Player League with their respective team and total fantasy points
Other
1.44k stars 805 forks source link

Data seems to be wrong #98

Closed ssriram13 closed 3 years ago

ssriram13 commented 3 years ago
  1. Team names are off (e.g. Mahrez, Kevin De Bruyne in West Ham)
  2. Points seems to be off
  3. Still shows old teams (Fulham etc.) and missing new teams (watford etc)
ssriram13 commented 3 years ago

@vaastav - Your 'players' data seems to be correct but 'gw' data looks wrong. Might be a join/aggregation issue to create that.

vaastav commented 3 years ago

Alright, figured out the issue. Had not updated a stale link and it was using the team_ids and player_ids from last season. Fixed now. Thanks!