round-percentages

Round percentages that add up to 100, such that the rounded percentages also add up to 100 using the largest remainder method.


Keywords
ROUND, PERCENTAGE, rounding
License
MIT
Install
pip install round-percentages==1.0

Documentation

Round-Percentages

Round percentages that add up to 100, such that the rounded percentages also add up to 100 using the largest remainder method.

Installation

To install run

pip install round-percentages

Example usage

import round_percentages
round_percentages([13.626332, 47.989636, 9.596008, 28.788024])
output: [14, 48, 9, 29]