We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
also happening to me
Sorry, something went wrong.
I'm seeing holes again. Has anyone else been experiencing the same issues?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: