jantman / pypi-download-stats

ABANDONED - Calculate detailed download stats and generate HTML and badges for PyPI packages
GNU Affero General Public License v3.0
24 stars 10 forks source link

Remove large gaps from data #16

Closed jantman closed 8 years ago

jantman commented 8 years ago

It appears that BigQuery has data from 2016-01-23 to 2016-03-05 and then from 2016-05-22 to current.

  1. Reply to the mailing list thread about that, and whether it's possible to have that gap backfilled (and maybe other historical data)?
  2. Leave full data in the HTML tables, but write a method to modify the data sent to the graphs so that it begins with the first uninterrupted series of data. If there's a gap of 2 days or less, fill it with zeroed data.