2020-05-27 13:19:16 +05:30

28 lines
481 B
Markdown

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