We've received some (non-publicly available) CDC time series that include the number of hits per day per page per region. This directly relates to how the Wikipedia time series are provided (number of hits per hour per article per language). It therefore makes sense to transform the CDC data into the same SQLite format that the Wikipedia data get transformed into so that we can use tssearch to pull the time series efficiently.
We've received some (non-publicly available) CDC time series that include the number of hits per day per page per region. This directly relates to how the Wikipedia time series are provided (number of hits per hour per article per language). It therefore makes sense to transform the CDC data into the same SQLite format that the Wikipedia data get transformed into so that we can use
tssearchto pull the time series efficiently.