OpenUpSA / wazimap

Wazimap is a Django application for exploring census data.
http://wazimap.readthedocs.org/en/latest/
Other
30 stars 31 forks source link

Use recoded keys when grouping on same fields for percentages #94

Closed xybrnet closed 7 years ago

xybrnet commented 7 years ago

@longhotsummer

When recoding keys in a field, and grouping by those same fields for calculating percentages, we need to use the recoded keys for _group_keys, so that the percentages are calculated correctly, and not be the sum of the individual keys' percentages.

longhotsummer commented 7 years ago

👍