pytrends icon indicating copy to clipboard operation
pytrends copied to clipboard

NaN in f'{word}_monthly

Open TwikleT opened this issue 3 years ago • 0 comments

I run the dailydata.get_daily_data and get the following result. However, the note states that "The column f'{word}_monthly' contains the original monthly data fetched at once. The values in this column have been backfilled so that there are no NaN present." Can you please advise what is the meaning of NaN in my result or is that an error>

from pytrends.request import TrendReq from pytrends import dailydata

df = dailydata.get_daily_data('BABA', 2019, 1, 2019, 10, geo = 'US')

print(df)

1628688255(1)

TwikleT avatar Aug 11 '21 13:08 TwikleT