parq_tools.utils.profile_utils.BatchDescription
- class parq_tools.utils.profile_utils.BatchDescription(config, df, summarizer, typeset)[source]
A class to patch ydata-profiling progressbar bug
As at ydata-profiling=4.16.1 there is a bug with the progress bar that does not respect the progress_bar parameter in the ProfileReport constructor. This class is used to create a description of a batch of columns, mimicking the behavior of ydata_profiling.model.pandas.describe_1d
TODO: report the ydata-profiling unmanaged progressbar bug for an upstream fix
Methods
__init__(config, df, summarizer, typeset)