I want to apply ARIMAX model on Google trends. I used python package to get daily data. However, this data contains a lot of zeros, so if I do first difference of logs, I see a lot of (inf) in python.
How I can solve that? Better some way to apply to single keyword search, but if there is a fast way to make weighted index (with rescaling), it may also help.