Skip to content

ayush-yadavv/covid19-Data-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Data Visualization

This repository contains a Python script that retrieves the latest COVID-19 data for India from an API and visualizes it using the matplotlib library. The script generates two bar charts: one displaying the total confirmed cases and another displaying the number of deaths in different states of India.

Prerequisites

To run the script, you need to have the following installed:

  • Python (version 3.6 or higher)
  • pandas library
  • matplotlib library
  • requests library

The script will retrieve the latest COVID-19 data and generate two bar charts:

  • The first chart shows the total confirmed cases of COVID-19 in different states of India.
  • The second chart shows the number of deaths due to COVID-19 in different states of India.

Example Output

COVID-19 Data Visualization

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

See the LICENSE file for more information.

About

Retrieve the latest COVID-19 data for India from an API and visualizes it using the matplotlib library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages