access rows of dataframe in python by index code example Example: retrieve row by index pandas rowData = dfObj.loc[ 'b' , : ]