bhavsarpratik / vaccine_availability

Get vaccine availability in India
25 stars 33 forks source link

Cleanup in formatting data #5

Closed yashshah1 closed 3 years ago

yashshah1 commented 3 years ago

Another possible cleanup could be getting rid of districts.csv altogether and adding the district information as a constant in another file.

This could possibly reduce the runtime of the application since streamlit reads the csv file every time a user interacts with the page

bhavsarpratik commented 3 years ago

Thanks for the suggestion. I made the changes.