Concept Flow - Selecting rows (loc, iloc)
Start with DataFrame
Choose selection method
loc
Select rows by
label/index
Return selected rows
End
You start with a DataFrame, choose either loc or iloc to select rows by label or position, then get the selected rows.