错误信息。
TypeError Traceback (most recent call last)
<ipython-input-2-3034775b0776> in <module>
6 # Create a Google Trend Object
----> 8 totalTrend = TrendReq(hl='en-US', tz=360)
10 # Declare a var to store the search term
TypeError: __init__() missing 2 required positional arguments: 'google_username' and 'google_password'
我不知道在哪里可以输入我的谷歌用户名和谷歌密码,以便正确访问gTrends。