Analyzing our data frame Scenario You are the lead infectious disease data person working in the white house. And its year 2047, there is a zombie outbreak the cdc has sent sample data of the outbreak to the white house. The president who is not a data scientist has ask you help him organize , describe , analyze and interpret the data that the cdc provided. Now the president has a better understanding of the situation. He asked you to create a report to present to the senate. Begin by importing our “ZOMBIE” dataset contained within the MOCK_DATA.csv file. For your convenience, two tabs have been provided to assist you throughout this process. Your analytical tasks should be performed within the report.ipynb notebook, utilizing the MOCK_DATA.csv for contextual insights. Use the method to prints information about a DataFrame including the index dtype and column dtypes, non-null values and memory usage. Show the first 5 rows of the data, so the senator can get a sense of our data. Create a column chart to show the zombie infection by state. Please make sure to label your charts Create a pie chart to show the zombie infection by gender. Please make sure to label your charts Use a stack column chart to show infected vs non infected by genders