Www.mystudyzone.com

Write a python code to create a dataframe with appropriate headings such as x,y . ... .Sorting means arranging the contents in ascending and descending order , contents of dataframe also be sorted according to values of row and columns.there are two to sort in Pandas(dataframe) 1. By value : using sort_values() function ................
................