Advertisement
Dodma

Untitled

Apr 20th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. calls.loc[calls['duration'].isin([0.00])
  2. calls['duration'].value_counts()
  3.  
  4.  
  5. File "<ipython-input-36-8dc372458e10>", line 2
  6. calls['duration'].value_counts()
  7. ^
  8. SyntaxError: invalid syntax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement