Files
freeCodeCamp/curriculum/challenges/german/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.md
2023-01-02 08:34:21 -08:00

48 lines
1.0 KiB
Markdown

---
id: 5e9a093a74c4063ca6f7c164
title: HTML parsen und Dateispeicherung
challengeType: 11
videoId: bJaqnTWQmb0
bilibiliIds:
aid: 335522976
bvid: BV1RA411F7vi
cid: 409023170
dashedName: parsing-html-and-saving-data
---
# --description--
*Anstatt, wie in dem Video gezeigt, notebooks.ai zu verwenden, kannst du auch Google Colab verwenden.*
Weitere Ressourcen:
- <a href="https://github.com/krishnatray/RDP-Reading-Data-with-Python-and-Pandas" target="_blank" rel="noopener noreferrer nofollow">Notebooks auf GitHub</a>
- <a href="https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb" target="_blank" rel="noopener noreferrer nofollow">Wie man Notebooks von GitHub unter Verwendung von Google Colab öffnet.</a>
# --question--
## --text--
Welche Python-Bibliothek beinhaltet die `.read_html()`-Methode, die wir nutzen können, um HTML-Dokumente zu parsen und Tabellen zu extrahieren?
## --answers--
BeautifierSoupy
---
WebReader
---
HTTP-master
---
Pandas
## --video-solution--
4