Task 1: EDA

This first task of this assignment is to perform some exploratory data analysis! You should feel comfortable beginning this task after you have completed Chapter 19: Exploratory Data Analysis with Pandas

In the process of learning more about the two datasets, answer the following questions. Use the code blocks within the notebook to begin cleaning your data. At the end of the notebook, record your answers.

Question

How many reps are in the South branch?

Question

What is the average busy minutes, not ready minutes, incoming wait time, and during call wait time for the North branch?

Question

What is the average busy minutes, not ready minutes, incoming wait time, and during call wait time for the South branch?

Question

What is the number of calls taken for each time block(Both North and South combined)?