OrcaCollective / 1-312-hows-my-driving

Easy public vehicle lookup
MIT License
3 stars 8 forks source link

Fix City of Seattle hourly rate conversion #78

Closed AetherUnbound closed 2 years ago

AetherUnbound commented 2 years ago

City of Seattle wage data changed their wage data field from a float to a string...just to screw with us I bet :roll_eyes:. This PR performs some data cleaning if the hourly_rate is a string so that the conversion to a decimal value succeeds.

Values coming from the wage data looked like this: $ 91.42 We need the values to look like this for decimal conversion: 91.42