EXPLORATORY ANALYSIS OF COVID_19 CASES AND VACCINATION IN NIGERIA
Introduction:
This is a project on the Covid_19 cases and Vaccination as at April 24th, 2022 among the 36 States in Nigeria including the FCT.
Data was pulled out from the NCDC website for the project. Data was clean enough except for some columns which were cleaned out that didn't serve the purpose such as clinics, testing centers, etc.
All reports from labs across the states are sent to NCDC for computation and publishing
Columns and rows with null values were cleaned while there were no duplicate values in the cell.
The columns were formatted from text to numbers so python will be able to read the columns with figures as strings instead of objects. Computation cannot be carried out on columns with object data type
Analysis and visualization were carried out using python libraries such as pandas, matplotlib, Plotly, and seaborn.
Python was chosen for the analysis due to the structure of the data, which has a large number of columns, computations and analysis are carried out easily with python when dealing with a file with a large number of rows and columns
Objective:
A. The objective was to perform a descriptive analysis of the cases of Covid_19 with the data broken into States Confirmed Cases, Active Cases, Recoveries Death, and Testing to measure the following:
2. Visualization: Data was analyzed leading to the following Visualizations:
- pivot table showing the comparison of the sections of the data with the state as index
- a barplot showing the Top Ten States by death
- a barplot showing the Top 10 States with active cases
B.The Vaccination data was broken down into States, Population, Total Vaccinated Population, First Dose (Partially Vaccinated), and Second Dose (Fully Vaccinated) which was used to carry out the descriptive analysis. Below are the Visualizations.
- Top Ten states by vaccination
- A comparison of the Covid_19 cases to the vaccination using a pivot table
- A comparison of the Perc Vaccinated and Death recorded in each state using a bar plot
C. Determination of a correlation or causation between Covid-19 Cases and Vaccination in Nigeria.
RESULTS.
These are the results of the analysis:
- Los State has the highest Confirmed Cases, Deaths, Testing, and active cases and is among the Top 5 states with recovery rates. The mortality rate is low compared to states with lower confirmed cases.
- Kogi State recorded the least amount of Confirmed Cases of 5 and a significantly high mortality rate.
- Anambra State recorded the least mortality rate followed by Plateau State.
- Plateau State however recorded a high percentage of confirmed cases against testing
- Benue recorded a higher percentage of active cases against the confirmed cases
- FCT leads with the highest percentage of the vaccinated population followed by Lagos and Ogun States.
- There is a correlation between Covid_19 cases and vaccination as seen in the results explained above however there isn't a Causation between Vaccination and Confirmed covid_19 cases as some states among the states with the highest cases didn't record a commensurate number of vaccination.
- The Jupyter notebook file can be viewed here COVID_19 project







Comments
Post a Comment