pandas get row by index string code example Example: retrieve row by index pandas rowData = dfObj.loc[ 'b' , : ]