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

971 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e9a093a74c4063ca6f7c164 解析 HTML 和保存數據 11 bJaqnTWQmb0 parsing-html-and-saving-data

--description--

在視頻中我們使用的編輯器工具是在 notebook.ai 這個平臺,你也可以選擇用其他的平臺,比如說 Google Colab 也是一個不錯的選擇。

更多資源:

--question--

--text--

爲了解析 HTML 文本和提取表格,.read_html() 位於哪個 Python 的庫?

--answers--

BeautifierSoupy


WebReader


HTTP-master


Pandas

--video-solution--

4