feat(learn): Pandas Extracting Tables from HTML (#38726)
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
2dd9798143
commit
c30fd2aa8f
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user