#Project Title: COVID-19 Active Cases Analysis
#Overview
#This project involves analyzing and visualizing the COVID-19 active cases over time, focusing on the year 2020,2021,2022,2023
#The analysis includes generating synthetic data for active COVID-19 cases, filtering data for the year 2020,2021,2022,2023.
#plotting a box plot to visualize the distribution of active cases per month for that year. Additionally,
#the project prepares the data by correctly ordering the months and mapping month numbers to month names.