Advertisement
Dodma

Untitled

Apr 28th, 2020
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. games.loc[games['name']=='None','name'] = 'Unknown'
  2. games['name'].drop_duplicates().reset_index(drop=True)
  3. games.info()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement