For folks analyzing PyPI statistics in BigQuery – are there examples out there of people doing data analysis with the file_downloads “CI” field? Does anyone have tips on how best to frame the relevance of that field in data analysis? Context I regularly look at package downloads in PyPI thanks to this dataset, and equally regularly get asked how much of the downloads statistics come from “real users” vs. automation (Continuous Integration (CI) systems and similar). The expectation i...