Open mwinokan opened 1 year ago
Lookups inside data frames by using the player index might be incorrect. Instead use: df[df['id'==pid]]
Lookups inside data frames by using the player index might be incorrect. Instead use: df[df['id'==pid]]