You can access a group of rows by either using loc or iloc.
loc
iloc
iloc selects values based on positions while loc selects values based on labels.
My previous tips on pandas.