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 ```yml
question: 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: answers:
- one - 'BeautifierSoupy'
- two - 'WebReader'
- three - 'HTTP-master'
solution: 3 - 'Pandas'
solution: 4
``` ```
</section> </section>