List of Python Programs for Class 12th Practical File
List of Python Programs for Class 12th Practical File
II. Visualization
25. Given the school result data, analyses the performance of the students on different parameters, e.g
subject wise or class wise.
26. Write a program to plot a bar chart in python to display the result of a school for five consecutive
years.
27. For the Data frames created above, analyze, and plot appropriate charts with title and legend.
• Number of Students against Scores in all the 7 subjects.
• Show the Highest score of each subject
28. For the Data frames created above, analyze, and plot appropriate charts with title and legend.
• Show the Average score of each subject
29. For the Data frames created above, analyze, and plot appropriate charts with title and legend.
• Number of Females and Males
• Average Percentage of Females and Males
30. Take data of your interest from an open-source (e.g. data.gov.in), aggregate and summarize it. Then plot
it using different plotting functions of the Matplotlib library.