loc
method allow you to do?'
answers:
- 'Retrieve a subset of rows and columns by supplying interger-location arguments.'
- 'Access a group of rows and columns by supplying label(s) arguments.'
- 'Returns the first n
rows based on the integer argument supplied.'
solution: 2
```