BrianRuizy / covid19-dashboard

🦠 Django + Plotly Coronavirus dashboard. Powerful data driven Python web-app, with an awesome UI. Contributions welcomed! Featured on 🕶Awesome-list
https://covid-dashboard.herokuapp.com
MIT License
213 stars 176 forks source link

Mapbox #62

Closed BrianRuizy closed 4 years ago

BrianRuizy commented 4 years ago

Describe the bug Global map not working as of 11/23/2020

LeoHerrmann commented 4 years ago

Hi, it seems as if the columns "Incidence_Rate" and "Case-Fatality_Ratio" of our source for daily reports have been renamed. You can verify this by comparing the first lines of one of the recent files to one of the older ones. Simply adjusting processdata/views.py accordingly appears to fix the issue.