Advertisement
Dodma

Untitled

Apr 28th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. games = games.drop(index = games[659, 14244].index, inplace = True)
  2. games.info()
  3.  
  4. AttributeError Traceback (most recent call last)
  5. <ipython-input-88-a37aa647e764> in <module>
  6. ----> 1 games = games.drop(index = games[659, 14244].index, inplace = True)
  7. 2 games.info()
  8.  
  9. AttributeError: 'bool' object has no attribute 'drop'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement