48 lines
870 B
Markdown
48 lines
870 B
Markdown
---
|
|
id: 5e9a093a74c4063ca6f7c164
|
|
title: Analisi HTML e salvataggio dei dati
|
|
challengeType: 11
|
|
videoId: bJaqnTWQmb0
|
|
bilibiliIds:
|
|
aid: 335522976
|
|
bvid: BV1RA411F7vi
|
|
cid: 409023170
|
|
dashedName: parsing-html-and-saving-data
|
|
---
|
|
|
|
# --description--
|
|
|
|
*Invece di usare notebooks.ai come mostrato nel video, puoi usare Google Colab.*
|
|
|
|
Altre risorse:
|
|
|
|
- [Notebook su GitHub](https://github.com/krishnatray/RDP-Reading-Data-with-Python-and-Pandas)
|
|
- [Come aprire Notebooks da GitHub usando Google Colab.](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb)
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
Quale libreria Python ha un metodo `.read_html()` che possiamo usare per analizzare documenti HTML ed estrarre tabelle?
|
|
|
|
## --answers--
|
|
|
|
BeautifierSoupy
|
|
|
|
---
|
|
|
|
WebReader
|
|
|
|
---
|
|
|
|
HTTP-master
|
|
|
|
---
|
|
|
|
Pandas
|
|
|
|
## --video-solution--
|
|
|
|
4
|
|
|