Skip to content

Instantly share code, notes, and snippets.

@CristhianBoujon
Created June 7, 2018 18:33
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/4cd4a17320819af392dcf751b091e64a to your computer and use it in GitHub Desktop.
Save CristhianBoujon/4cd4a17320819af392dcf751b091e64a 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_by_categories.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