---
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:
- Notebooks auf GitHub
- Wie man Notebooks von GitHub unter Verwendung von Google Colab öffnet.
# --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