一. 前言
原名Pandas-profiling, 现在已经更换新的名称, ydata-profiling
文档见: https://ydata-profiling.ydata.ai/docs/master/index.html
pandas-profiling(文档还是老名称) primary goal is to provide a one-line Exploratory Data Analysis (EDA) experience in a consistent and fast solution. Like pandas df.describe() function, that is so handy, pandas-profiling delivers an extended analysis of a DataFrame while alllowing the data analysis to be exported in different formats such as html and json.
该库的目标在于提供类似于pandas的描述性统计的一站式数据概览(EDA)支持.





