datamade / bga-payroll

💰 How much do your public officials make?
4 stars 4 forks source link

Don't calculate percent change when starting amount is 0 #469

Closed hancush closed 4 years ago

hancush commented 4 years ago

Description

This PR only calculates percent change in base/extra pay if the first value is not 0.

Reference: https://money.stackexchange.com/questions/84534/what-is-the-correct-answer-for-percent-change-when-the-start-amount-is-zero-doll

Closes #465.