Guest User

Untitled

a guest
Feb 16th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. X['known'] = True
  2. X_out['known'] = X_out['artist'].isin(X['0']).astype(bool)
  3.  
  4. X['mode'] = 'mode' + X['mode'].astype(str)
  5. X_out['mode'] = 'mode' + X_out['mode'].astype(str)
Add Comment
Please, Sign In to add comment