Assignment3

1.Given the school result data, analyses the performance of the students on #different parameters, e.g subject wise or class wise.
2.Write a program to plot a bar chart in python to display the result of a school for five consecutive years.
3.Change the DataFrame Sales such that it becomes its transpose.
4.Write a title for the chart “The Weekly Garment Orders”.Write the appropriate titles of both the axes.Write code to Display legends.
5.Write a title for the chart “The Monthly Sales Report“.Write the appropriate titles of both the axes.Write code to Display legends.
6.Create a dataframe and print it along with their index using iteritems().
7.Create a dataframe and iterate them over rows.
8.Change the DataFrame Sales such that it becomes its transpose.