Analyses of covid-19 with Python choropleth maps.
The DataFrame is updated from the github repository of Dipartimento Protezione Civile (see pcm-dpc).
The maps are done using geojson file from openpolis.
Under the folder "Deaths", there is the data analyses related to Italy regions.
The output file is an html file with Italy map gray scale colored depending on the covid-19 deaths number. Moving the mouse on a region, a message will appear with numeric data.
Under the folder "Hospitals", there is the data analyses of ICU (Intensive Care Unit) related to Italy regions, as the previous section.
After that there is the ICU total analyses over time:
It is used the Cufflinks
library for Plotly
integration on Pandas
.
Also the interactive plot (iplot
) shows information on hover and permits control on the plot look.
Bug reports and pull requests are welcome on GitHub at https://github.com/AgnesePortera/COVID19-Maps/. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
Everyone interacting in the Notification Bot project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
This project is distributed under MIT license.