From c30fd2aa8f548c998635e138845b25b17bd5a49a Mon Sep 17 00:00:00 2001 From: Ray Johnson Date: Tue, 12 May 2020 04:35:00 -0500 Subject: [PATCH] feat(learn): Pandas Extracting Tables from HTML (#38726) --- .../parsing-html-and-saving-data.english.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.english.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.english.md index e4fd15ec62..db48846fda 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.english.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.english.md @@ -14,13 +14,13 @@ videoId: bJaqnTWQmb0 ```yml question: - text: Question + text: What Python library has the .read_html() method we can we use for parsing HTML documents and extracting tables? answers: - - one - - two - - three - solution: 3 + - 'BeautifierSoupy' + - 'WebReader' + - 'HTTP-master' + - 'Pandas' + solution: 4 ``` -