Www.mystudyzone.com

4. Which code is correct to find the transpose of a Dataframe i.e. df :- (i). df.trans() (ii). df.T (iii) df.transpose() (iv) df.transp() Ans: (ii). df.T. 5. Write a python code to create a dataframe using Series() function with appropriate headings such as Rollno, name and percentage from the list given below: ................
................