GeneralMills / pytrends

Pseudo API for Google Trends
Other
3.12k stars 798 forks source link

Anyone getting "Holes" in the data again? #607

Open nicktba opened 6 months ago

nicktba commented 6 months ago

It happened again, where the response will insert 0 throughout the data.

`{"Keyword": "rice noodles", "data": [["2019-01-01", 0], ["2019-02-01", 68], ["2019-03-01", 0], ["2019-04-01", 0], ["2019-05-01", 63], ["2019-06-01", 63], ["2019-07-01", 0], ["2019-08-01", 60], ["2019-09-01", 0], ["2019-10-01", 0], ["2019-11-01", 57], ["2019-12-01", 59], ["2020-01-01", 0], ["2020-02-01", 0], ["2020-03-01", 0], ["2020-04-01", 96], ["2020-05-01", 0], ["2020-06-01", 82], ["2020-07-01", 85], ["2020-08-01", 80], ["2020-09-01", 70], ["2020-10-01", 76], ["2020-11-01", 0], ["2020-12-01", 0], ["2021-01-01", 100], ["2021-02-01", 0], ["2021-03-01", 0], ["2021-04-01", 0], ["2021-05-01", 0], ["2021-06-01", 67], ["2021-07-01", 0], ["2021-08-01", 0], ["2021-09-01", 0], ["2021-10-01", 63], ["2021-11-01", 0], ["2021-12-01", 70], ["2022-01-01", 0], ["2022-02-01", 0], ["2022-03-01", 91], ["2022-04-01", 90], ["2022-05-01", 0], ["2022-06-01", 89], ["2022-07-01", 95], ["2022-08-01", 84], ["2022-09-01", 0], ["2022-10-01", 0], ["2022-11-01", 81], ["2022-12-01", 0], ["2023-01-01", 0], ["2023-02-01", 93], ["2023-03-01", 90], ["2023-04-01", 85], ["2023-05-01", 83], ["2023-06-01", 0], ["2023-07-01", 0], ["2023-08-01", 84], ["2023-09-01", 80], ["2023-10-01", 78], ["2023-11-01", 73], ["2023-12-01", 79]]},

Notice how its inserting 0s into the data

pr1nce-harry commented 5 months ago

also happening to me

Nicole-Yancy commented 3 months ago

I'm seeing holes again. Has anyone else been experiencing the same issues?