After plotting page growth over the years using BigQuery I have a question about the 2011 data.
SELECT url, rank FROM [httparchive:runs.2011_01_31_pages] WHERE rank BETWEEN 1 AND 100; // zero records
.
.
SELECT url, rank FROM [httparchive:runs.2011_10_15_pages] WHERE rank BETWEEN 1 AND 100; // zero records
So rank data seems to be missing for about Jan-Sep in 2011, but the httparchive.org site has ranked stats available for these months. Did some data go missing somewhere?
Thanks,
Ronan