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

This commit is contained in:
Ray Johnson
2020-05-12 04:35:00 -05:00
committed by Mrugesh Mohapatra
parent 2dd9798143
commit c30fd2aa8f

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>