import pandas as pd import matplotlib.pyplot as plt from pandas_profiling import ProfileReport profile = ProfileReport(gabijos, title='Gabijos g.', html={'style':{'full_width':True}}) profile.to_file("gabijos.html")
import pandas as pd import matplotlib.pyplot as plt from pandas_profiling import ProfileReport profile = ProfileReport(gabijos, title='Gabijos g.', html={'style':{'full_width':True}}) profile.to_file("gabijos.html")