Advertisement
Guest User

Untitled

a guest
May 25th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. #df1
  2. value Symbol Date Type Value
  3. 1109914 AUD 2016-01-29 value 64587.9121
  4. 1109949 CAD 2016-01-29 value 65357.1429
  5. 1109970 CHF 2016-01-29 value 111881.8681
  6. 1110012 DX 2016-01-29 value 91256.4103
  7.  
  8. #df2
  9. volas Symbol Date Type Value
  10. 1109915 AUD 2016-01-29 vola 518.5091
  11. 1109950 CAD 2016-01-29 vola 360.9474
  12. 1109971 CHF 2016-01-29 vola 767.1880
  13. 1110013 DX 2016-01-29 vola 495.8913
  14. 1110041 EUR 2016-01-29 vola 876.6861
  15. 1110062 GBP 2016-01-29 vola 462.6425
  16.  
  17. df1["volas"] = df2["Value"]
  18.  
  19. 1109921 NaN
  20. 1110089 NaN
  21. 1110138 NaN
  22. 1110159 NaN
  23. 1110257 NaN
  24. 1110450 NaN
  25. 1110618 NaN
  26. 1110667 NaN
  27. 1110688 NaN
  28.  
  29. market_values['Volas'] = [i for i in market_volas.Value]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement