1

我已经使用 pandas 分析通过 Databricks 在 .html 中显示 pandas 数据帧数据,有没有办法可以使用表格格式的这个出色的 .html 报告。从进一步自动化的角度来看,我需要将 .html 报告转换为表格格式。任何指针将不胜感激。

甚至尝试使用 pd.read_html() 进行解析,但没有运气。

from pandas_profiling import ProfileReport
profile = ProfileReport(data, title="Pandas Profiling Report", explorative=True, minimal=True)
p = profile.to_html()
displayHTML(p)

在此处输入图像描述

4

0 回答 0