It presents the latest LIVE data regarding the total cases and deaths in different countries in a Globe model with each country colored according to a color scale, which made it easy to draw comparisons by presenting the data in a more tangible form. The Python code retrieves the number of covid cases per country using an API via the python requests library. It then converts the JSON response to a CSV file and subsequently into a Pandas data frame to format the data for analysis. It finally plots the data on a webpage with an interactive 3D globe model using iplot of Plotly.

Built With

Share this project:

Updates