2021-06-15 00:49:18 -07:00
---
id: 5e9a093a74c4063ca6f7c164
2021-07-28 00:23:19 +09:00
title: Analisar HTML e salvar dados
2021-06-15 00:49:18 -07:00
challengeType: 11
videoId: bJaqnTWQmb0
2021-10-03 12:24:27 -07:00
bilibiliIds:
aid: 335522976
bvid: BV1RA411F7vi
cid: 409023170
2021-06-15 00:49:18 -07:00
dashedName: parsing-html-and-saving-data
---
# --description--
2021-07-28 00:23:19 +09:00
*Ao invés de usar notebooks.ai como foi mostrado no vídeo, você pode usar o Google Colab como substituto.*
2021-06-15 00:49:18 -07:00
2021-07-28 00:23:19 +09:00
Mais recursos:
2021-06-15 00:49:18 -07:00
2021-10-03 12:24:27 -07:00
- [Notebooks no GitHub ](https://github.com/krishnatray/RDP-Reading-Data-with-Python-and-Pandas )
2021-07-28 00:23:19 +09:00
- [Como abrir notebooks do GitHub usando o Google Colab. ](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb )
2021-06-15 00:49:18 -07:00
# --question--
## --text--
2021-07-28 00:23:19 +09:00
Qual biblioteca do Python tem o método `.read_html()` que podemos usar para analisar documentos HTML e extrair tabelas?
2021-06-15 00:49:18 -07:00
## --answers--
BeautifierSoupy
---
WebReader
---
HTTP-master
---
Pandas
## --video-solution--
4