Www.mystudyzone.com

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: ... Extract all columns. List only the columns Count and price using loc. List only rows with lables ‘Apple’ and ‘Pear’ using loc. Ans: a. data.loc[‘Apple’:] ................
................