Www.mystudyzone.com

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 ... Df2.rename(columns={‘Qt1’:’Mark1’},inplace=True) print(df1) ................
................