Skip to content

Instantly share code, notes, and snippets.

@itsderek23
Last active July 5, 2019 15:15
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 itsderek23/cdbd3b7e9e06cd90dab5af099a001d15 to your computer and use it in GitHub Desktop.
Save itsderek23/cdbd3b7e9e06cd90dab5af099a001d15 to your computer and use it in GitHub Desktop.
SERP Analysis - Plot Total Clicks over Time
df.groupby("date").agg({"clicks": "sum"}).plot(title="Total Clicks over Time")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment