Learn practical skills, build real-world projects, and advance your career

Project Title - COVID-19 Vaccination Manufacturer Data Analysis

This project is about "covid-19 World Vaccination Progress" Data Analysis with Python. Collected this Dataset from "kaggle" which is the world's largest data science comunity with powerful tools and resources.

This dataset contains 8638 rowsand 4 columns which is really informative to analysis. In this project, an attempt has been made to analyze various information of COVID-19 World Vaccination Progress such as country, date, Vaccine_company and total_vaccinations.

library used:

  • pandas
    -matplotlib
    -seaborn
!pip install jovian opendatasets --upgrade --quiet

Let's begin by saving and giving a name to our work to jovian before continuing

import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="project-covid-vaccine-manufacturer-data-analysis")
[jovian] Creating a new project "ajaysrajput16/project-covid-vaccine-manufacturer-data-analysis"
[jovian] Error: Looks like the notebook is missing output cells, please save the notebook and try jovian.commit again.