Which of the following expression returns the second row of df, defined below? import pandas df = pd.DataFrame({'A':[34, 78, 54], 'B':[12, 67, 43]}, index=['r1', 'r2', 'r3'])
Questions & Answers › Category: Programming Language › Which of the following expression returns the second row of df, defined below? import pandas df = pd.DataFrame({'A':[34, 78, 54], 'B':[12, 67, 43]}, index=['r1', 'r2', 'r3'])