This is what I\'ve tried: woeid=23424848 // For India trends=api.trends_place(id=woeid) for value in trends: for trend in value[\'trends\']: print(trend[\'name\'])
Us