I would like to use pandas profiling to generate some kind of summary to look at on a regular basis. I don't need the whole report though, I'm just interested in the alerts
or warnings
section. So I was wondering if there is a way to only output this? If there was a way that would not even create the rest of the report that would be amazing. Unfortunately I cannot find much about that.
import pandas_profiling as pp
profile = pp.ProfileReport(data, title = "data")