48 lines
878 B
Markdown
48 lines
878 B
Markdown
---
|
|
id: 5e9a093a74c4063ca6f7c164
|
|
title: Analizando HTML y guardando datos
|
|
challengeType: 11
|
|
videoId: bJaqnTWQmb0
|
|
bilibiliIds:
|
|
aid: 335522976
|
|
bvid: BV1RA411F7vi
|
|
cid: 409023170
|
|
dashedName: parsing-html-and-saving-data
|
|
---
|
|
|
|
# --description--
|
|
|
|
*En vez de usar notebooks.ai como aparece en el video, puedes usar Google Colab.*
|
|
|
|
Más recursos:
|
|
|
|
- [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)
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
¿Qué biblioteca de Python tiene el método `.read_html()` que podemos usar para analizar documentos HTML y extraer tablas?
|
|
|
|
## --answers--
|
|
|
|
BeautifierSoupy
|
|
|
|
---
|
|
|
|
WebReader
|
|
|
|
---
|
|
|
|
HTTP-master
|
|
|
|
---
|
|
|
|
Pandas
|
|
|
|
## --video-solution--
|
|
|
|
4
|
|
|