BloomTech-Labs / PT15-cityspire-d-ds

Labs PT15 - CitySpire - Team D - Data Science Repository
MIT License
0 stars 4 forks source link

update rent route to include rent score #15

Closed PalmerTurley34 closed 3 years ago

PalmerTurley34 commented 3 years ago

update rent route to include rent score

Files Modified:

Details:

  1. added helper function to translate avg_rent into a score from 1-5
  2. added score to ret_dict
  3. updated route's doc string to reflect those changes
danoand commented 3 years ago

@PalmerTurley34 nice job. Changes looked very straightforward and great job with clear documentation/comments