Why are some images garbled in the HTML report generated by ydata-profiling?

21 views Asked by At

train = pd.read_csv(file_name,encoding="utf-8") profile = ppf.ProfileReport(train) profile.to_file('train-cls.html')

enter image description here

I have rebuilt the rcmod.py of seaborn, but the question isn't solved.

0

There are 0 answers