Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. df1 :
  2.  
  3. id positive_action date volume
  4. id_1 user 1 2016-12-12 19720.735
  5. user 2 2016-12-12 14740.800
  6.  
  7. df2 :
  8. id negative_action date volume
  9. id_1 user 1 2016-12-12 10.000
  10. user 3 2016-12-12 10.000
  11.  
  12. I want :
  13.  
  14. id action date volume
  15. id_1 user 1 2016-12-12 19730.735
  16. user 2 2016-12-12 14740.800
  17. user 3 2016-12-12 10.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement