Files
freeCodeCamp/curriculum/challenges/italian/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.md

44 lines
905 B
Markdown
Raw Normal View History

---
id: 5e9a093a74c4063ca6f7c164
title: Analisi HTML e salvataggio dei dati
challengeType: 11
videoId: bJaqnTWQmb0
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/ine-rmotr-curriculum/RDP-Reading-Data-with-Python-and-Pandas/tree/master/unit-1-reading-data-with-python-and-pandas/lesson-17-reading-html-tables/files)
- [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 di 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