train = pd.read_csv(file_name,encoding="utf-8") profile = ppf.ProfileReport(train) profile.to_file('train-cls.html')
I have rebuilt the rcmod.py of seaborn, but the question isn't solved.
train = pd.read_csv(file_name,encoding="utf-8") profile = ppf.ProfileReport(train) profile.to_file('train-cls.html')
I have rebuilt the rcmod.py of seaborn, but the question isn't solved.
