RobertMeissner / GameOverview

Combination of scraper and dashboard to find the currently highest ranked game in my library that I did not play yet. WIP
https://game-overview.vercel.app
GNU General Public License v3.0
1 stars 0 forks source link

Doubled games #7

Open RobertMeissner opened 2 months ago

RobertMeissner commented 2 months ago

Current state:

Desired state:

RobertMeissner commented 2 months ago

df[df['name'].duplicated()]?