In this guided project the objective is to calculate number of births by any column of the dataset. Additionaly we created a general function with to arguments in order to make the calculations easier.
the project has 5 steps
1. explore the dataset
2. convert the dataset to lists of lists
3. create a function to calculate births per month
4. create a function to calculate births for each day of week
5. create a more general function.
the solution of this project is here
My github repository with my solution is here