Data Overview artifact pandas_profiling

installation:

pip install pandas_profiling

Usage is as follows:

import pandas as pd
import pandas_profiling

df = pd.read_excel("demo.xlsx")
pandas_profiling.ProfileReport(df)

The results show:


Guess you like

Origin www.cnblogs.com/hankleo/p/11728325.html