ibis-project / ibis-analytics

Ibis analytics, with Ibis (and more!)
https://ibis-project.github.io/ibis-analytics
MIT License
19 stars 8 forks source link

add "new contributors issues" metric or similar #56

Closed ncclementi closed 6 months ago

ncclementi commented 6 months ago

I noticed that not only the amount of issues opened have grown but that a significant amount of "new people" (basically excluding frequent contributors and maintainers) have opened issues, which is an indication of health of the project.

Options of implementation to discuss suggested by @lostmygithubaccount

Add a mapping of common contributors and add that:

Do analysis to check if it's the person's first issue

issues = issues.mutate(is_first_issue=<something>), probably some kinda row number shenanigans + case statement