Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created April 27, 2021 08:58
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 amankharwal/5f6954180681cbbd91ef446d58df2337 to your computer and use it in GitHub Desktop.
Save amankharwal/5f6954180681cbbd91ef446d58df2337 to your computer and use it in GitHub Desktop.
trends.build_payload(kw_list=["Machine Learning"])
data = trends.interest_by_region()
data = data.sort_values(by="Machine Learning", ascending=False)
data = data.head(10)
print(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment