feat(learn): Data Analysis Example B - Using the 'Loc' Method (#38656)

pull/38526/head
Ray Johnson 2020-05-12 04:37:17 -05:00 committed by Mrugesh Mohapatra
parent 1284406ba2
commit 1cb664cc38
1 changed files with 5 additions and 6 deletions

View File

@ -14,13 +14,12 @@ videoId: 0kJz0q0pvgQ
```yml
question:
text: Question
text: 'What does the <code>loc</code> method allow you to do?'
answers:
- one
- two
- three
solution: 3
- '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 <code>n</code> rows based on the integer argument supplied.'
solution: 2
```
</section>