2021-02-06 04:42:36 +00:00
---
id: 5e9a093a74c4063ca6f7c164
2022-03-14 22:46:48 +05:30
title: Analizando HTML y guardando datos
2021-02-06 04:42:36 +00:00
challengeType: 11
videoId: bJaqnTWQmb0
2022-03-14 22:46:48 +05:30
bilibiliIds:
aid: 335522976
bvid: BV1RA411F7vi
cid: 409023170
2021-02-06 04:42:36 +00:00
dashedName: parsing-html-and-saving-data
---
# --description--
2022-03-14 22:46:48 +05:30
*En vez de usar notebooks.ai como aparece en el video, puedes usar Google Colab.*
2021-02-06 04:42:36 +00:00
2022-03-14 22:46:48 +05:30
Más recursos:
2021-02-06 04:42:36 +00:00
2022-03-14 22:46:48 +05:30
- [Notas en GitHub ](https://github.com/krishnatray/RDP-Reading-Data-with-Python-and-Pandas )
- [Cómo abrir Notebooks desde GitHub utilizando Google Colab. ](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb )
2021-02-06 04:42:36 +00:00
# --question--
## --text--
2022-03-14 22:46:48 +05:30
¿Qué biblioteca de Python tiene el método `.read_html()` que podemos usar para analizar documentos HTML y extraer tablas?
2021-02-06 04:42:36 +00:00
## --answers--
BeautifierSoupy
---
WebReader
---
HTTP-master
---
Pandas
## --video-solution--
4