mikedbjones / longtrends

Package to download long-term Google Trends
https://pypi.org/project/longtrends
MIT License
14 stars 1 forks source link

How to disable indexing #4

Closed asdsadsaasd12312132 closed 11 months ago

asdsadsaasd12312132 commented 11 months ago

The data is indexed to 100. Is it possible to disable this so that it can go above 100?

mikedbjones commented 11 months ago

The purpose of the indexing is that 100 represents the highest result. 100 does not refer to any absolute number of searches. Therefore it would be meaningless to use a number higher than 100.

asdsadsaasd12312132 commented 11 months ago

But if I wanted to disable the indexing to 100, is it possible?