mwinokan / FPL_GUI

FPL Python API and Website
https://mwinokan.github.io/FPL_GUI/
0 stars 0 forks source link

Check uses of api.get_player_index #48

Open mwinokan opened 1 year ago

mwinokan commented 1 year ago

Lookups inside data frames by using the player index might be incorrect. Instead use: df[df['id'==pid]]