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 analysi...