Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. df.applymap(lambda x : 'Q' in str(x)).any()
  2. Out[268]:
  3. 1 True
  4. 2 False
  5. 3 True
  6. dtype: bool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement