diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.english.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.english.md index f6f6fa7f3d..b288f67bd3 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.english.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.english.md @@ -14,13 +14,12 @@ videoId: 0kJz0q0pvgQ ```yml question: - text: Question + text: 'What does the loc 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 n rows based on the integer argument supplied.' + solution: 2 ``` -