2020-04-21 12:42:19 -04:00
|
|
|
---
|
|
|
|
id: 5e9a093a74c4063ca6f7c164
|
|
|
|
title: Parsing HTML and Saving Data
|
|
|
|
challengeType: 11
|
2020-05-25 19:15:32 +05:30
|
|
|
isHidden: true
|
2020-04-21 12:42:19 -04:00
|
|
|
videoId: bJaqnTWQmb0
|
|
|
|
---
|
|
|
|
|
|
|
|
## Description
|
|
|
|
<section id='description'>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
<section id='tests'>
|
|
|
|
|
|
|
|
```yml
|
|
|
|
question:
|
2020-05-12 04:35:00 -05:00
|
|
|
text: What Python library has the <code>.read_html()</code> method we can we use for parsing HTML documents and extracting tables?
|
2020-04-21 12:42:19 -04:00
|
|
|
answers:
|
2020-05-12 04:35:00 -05:00
|
|
|
- 'BeautifierSoupy'
|
|
|
|
- 'WebReader'
|
|
|
|
- 'HTTP-master'
|
|
|
|
- 'Pandas'
|
|
|
|
solution: 4
|
2020-04-21 12:42:19 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
</section>
|