Skip to content

Bug: Skaters and goalies tables are getting duplicate data entered. #2

@MattRWallace

Description

@MattRWallace

Skaters and goalies databases seem to be duplicating entries that then need to be dropped during the training.

Determine why/how the duplication is happening, then remove the logic that drops the duplicates.

skaters_db = skaters_db.groupby([Keys.game_id, Keys.player_id]).first().reset_index()

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions