Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. import pandas as pd
  2. import matplotlib.pyplot as plt
  3.  
  4. df = pd.read_csv('data.csv')
  5. df.plot()
  6.  
  7. plt.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement