Skip to content

Instantly share code, notes, and snippets.

@CristhianBoujon
Last active June 5, 2018 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CristhianBoujon/8bda03412e7ec9029a36d953d54203f4 to your computer and use it in GitHub Desktop.
Save CristhianBoujon/8bda03412e7ec9029a36d953d54203f4 to your computer and use it in GitHub Desktop.
import pandas as pd
import matplotlib.pyplot as plt
ads_report = pd.read_csv('ads_report.csv', parse_dates=["date"], index_col='date')
ads_report.plot()
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment