numpy / user-survey-2020-details

Analysis and publication of NumPy community survey results
https://numpy.org/user-survey-2020-details/
Other
2 stars 5 forks source link

Improvement: Helper function for generating f-strings #6

Closed rossbar closed 4 years ago

rossbar commented 4 years ago

A lot of f"{value} ({100 * value / denom}:1.0f%)" in the md files - consider a helper function to make all these shorter.