Skip to content

Add the date to the downloads summary sheet #38

@npatki

Description

@npatki

Problem Description

As mentioned in the README, this repo performs a daily aggregation of download stats and publishes them to our GitHub repo: Downloads_Summary.xlsx

The problem is that this downloads summary sheet does not include the date that corresponds to the summarized stats. The date is a very valuable bit of information.

  • If you download the xlsx, it lets you know when the stats were pulled, which can be useful when performing analysis
  • It allows us to debug when something isn't working as expected
  • Wherever we publish these stats, we can also display the date at which the stats were last refreshed

Expected Behavior

Inside the Downloads_Summary.xlsx, include a separate tab called metainfo. Inside this tab:

  • Add a cell called Date
  • Add a cell containing the date at which the summary sheet was assembled. Spell the date out fully to avoid any confusion with the datetime format, for eg. "September 2, 2025"
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions