2020-04-21 12:42:19 -04:00
|
|
|
---
|
|
|
|
id: 5e9a093a74c4063ca6f7c14e
|
|
|
|
title: Data Analysis Example B
|
|
|
|
challengeType: 11
|
2020-05-25 19:15:32 +05:30
|
|
|
isHidden: true
|
2020-04-21 12:42:19 -04:00
|
|
|
videoId: 0kJz0q0pvgQ
|
|
|
|
---
|
|
|
|
|
|
|
|
## Description
|
|
|
|
<section id='description'>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
<section id='tests'>
|
|
|
|
|
|
|
|
```yml
|
|
|
|
question:
|
2020-05-12 04:37:17 -05:00
|
|
|
text: 'What does the <code>loc</code> method allow you to do?'
|
2020-04-21 12:42:19 -04:00
|
|
|
answers:
|
2020-05-12 04:37:17 -05:00
|
|
|
- '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
|
2020-04-21 12:42:19 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
</section>
|