Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created April 27, 2021 08:58
Embed
What would you like to do?
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