Pandas Profiling EDA 的一大利器

项目地址:https://github.com/pandas-profiling/pandas-profiling
安装方式:
pip:

pip install pandas-profiling
pip install https://github.com/pandas-profiling/pandas-profiling/archive/master.zip

conda:

conda install -c conda-forge pandas-profiling

文档:

https://pandas-profiling.github.io/pandas-profiling/docs/

废话不多说直接看一下效果
demo 地址:https://pandas-profiling.github.io/pandas-profiling/examples/website_inaccessibility/website_inaccessibility_report.html#overview
Pandas Profiling EDA 的一大利器_第1张图片

你可能感兴趣的:(算法,时间复杂度)