In the context of Project based learning, the following question has to be solved-
What is the total population, total male population and total female population aged 10 to 24 in India?
Arrange the following solution steps to accomplish the same:
A. Read CSV file and check the shape of the DataFrame.
B. Identify the columns and the number of rows that you wants to use for plotting.
C. Create a new DataFrame containing the filtered data and Group data as per the requirement.
D. Plot data for the DataFrame.