Guest User

Untitled

a guest
May 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. import pandas as pd
  2. import numpy as np
  3.  
  4. %matplotlib inline
  5. %pylab inline
  6. import matplotlib.pyplot as plt[enter image description here][1]
  7. pylab.rcParams['figure.figsize'] = (15, 9)
  8. df["msft"].plot(grid = True)
  9.  
  10. date msft nok aapl ibm amzn
  11. 1 2018-01-01 09:00:00 112 1 143 130 1298
  12. 2 2018-01-01 10:00:00 109 10 185 137 1647
  13. 3 2018-01-01 11:00:00 98 11 146 105 1331
  14. 4 2018-01-01 12:00:00 83 3 214 131 1355
Add Comment
Please, Sign In to add comment