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

This commit is contained in:
Ray Johnson
2020-05-12 04:37:17 -05:00
committed by Mrugesh Mohapatra
parent 1284406ba2
commit 1cb664cc38

View File

@ -14,13 +14,12 @@ videoId: 0kJz0q0pvgQ
```yml ```yml
question: question:
text: Question text: 'What does the <code>loc</code> method allow you to do?'
answers: answers:
- one - 'Retrieve a subset of rows and columns by supplying interger-location arguments.'
- two - 'Access a group of rows and columns by supplying label(s) arguments.'
- three - 'Returns the first <code>n</code> rows based on the integer argument supplied.'
solution: 3 solution: 2
``` ```
</section> </section>