Pandas Profiling

PHOTO EMBED

Wed Apr 07 2021 16:40:56 GMT+0000 (Coordinated Universal Time)

Saved by @doorsas #undefined #python #pandas

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")

content_copyCOPY

Pandas vizualizacija greita

https://pandas-profiling.github.io/pandas-profiling/docs/master/rtd/