feat(learn): Pandas Extracting Tables from HTML (#38726)

pull/38526/head
Ray Johnson 2020-05-12 04:35:00 -05:00 committed by Mrugesh Mohapatra
parent 2dd9798143
commit c30fd2aa8f
1 changed files with 6 additions and 6 deletions

View File

@ -14,13 +14,13 @@ videoId: bJaqnTWQmb0
```yml
question:
text: Question
text: What Python library has the <code>.read_html()</code> 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
```
</section>