48 lines
994 B
Markdown
48 lines
994 B
Markdown
---
|
|
id: 5e9a093a74c4063ca6f7c164
|
|
title: HTMLの解析とデータの保存
|
|
challengeType: 11
|
|
videoId: bJaqnTWQmb0
|
|
bilibiliIds:
|
|
aid: 335522976
|
|
bvid: BV1RA411F7vi
|
|
cid: 409023170
|
|
dashedName: parsing-html-and-saving-data
|
|
---
|
|
|
|
# --description--
|
|
|
|
*動画で説明しているように、notebooks.ai を使用する代わりに Google Colab を使用することができます。*
|
|
|
|
その他のリソース:
|
|
|
|
- [GitHub のノート](https://github.com/krishnatray/RDP-Reading-Data-with-Python-and-Pandas)
|
|
- [Google Colab を使用して GitHub からノートを開く方法](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb)
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
HTML ドキュメントの解析やテーブルの抽出に使用できる `.read_html()` メソッドが含まれている Python ライブラリは何ですか?
|
|
|
|
## --answers--
|
|
|
|
BeautifierSoupy
|
|
|
|
---
|
|
|
|
WebReader
|
|
|
|
---
|
|
|
|
HTTP-master
|
|
|
|
---
|
|
|
|
Pandas
|
|
|
|
## --video-solution--
|
|
|
|
4
|
|
|