An open API service indexing awesome lists of open source software.

https://github.com/surajv311/covid19_dataanalysis

Used numpy, pandas, matplotlib libraries in Py to analyze covid cases data.
https://github.com/surajv311/covid19_dataanalysis

Last synced: 7 months ago
JSON representation

Used numpy, pandas, matplotlib libraries in Py to analyze covid cases data.

Awesome Lists containing this project

README

          

# Covid19_DataAnalysis

### The following project uses basic python libraries like

### numpy,pandas,matplotlib for data analysis.


Before cloning and running the project ensure that you have the necessary libraries installed in your environment.

You may install:

```conda install pandas ```

```conda install numpy ```

```conda install matplotlib```

```conda install seaborn```

The project can be run on jupyter notebook.

![image1](https://github.com/Surajv311/Covid19_DataAnalysis/blob/master/images/img1.jpg)