Www.mystudyzone.com

print(df) 6. Write a python code to create a dataframe with appropriate headings such as x,y . ... 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 . 2. By index : using sort_index() function ................
................