ofek / pypinfo

Easily view PyPI download statistics via Google's BigQuery.
MIT License
415 stars 33 forks source link

[FR] add an optional cumulative sum / cumulative percent column #159

Open mayeut opened 5 months ago

mayeut commented 5 months ago

This might help to get some useful statics for projects when using a specific order column (e.g. libc-version, pyversion, ...)

The idea comes from https://github.com/mayeut/manylinux-timeline/issues/529#issuecomment-1925926002

hugovk commented 5 months ago

I've written a little helper script to achieve this sort of thing before:

https://discuss.python.org/t/moving-packaging-and-installers-to-macos-10-13-as-a-minimum/31907/5

Sounds like a good idea to have it built-in.

Would you like to work on a PR?