Python Exercise: Create a plot of total deaths, confirmed, recovered and active cases Country wise where deaths greater than 150
Write a Python program to create a plot (lines) of total deaths, confirmed, recovered and active cases Country wise where deaths greater than 150.
Sample Solution:
Python Code:
Sample Output:
Python Code Editor:
Have another way to solve this solution? Contribute your code (and comments) through Disqus.
Previous: Write a Python program to get the top 10 countries data (Last Update, Country/Region, Confirmed, Deaths, Recovered) of Novel Coronavirus (COVID-19).
Next: Write a Python program to visualize the state/province wise death cases of Novel Coronavirus (COVID-19) in USA.
What is the difficulty level of this exercise?