parq_tools.utils.profile_utils.BatchDescription

class parq_tools.utils.profile_utils.BatchDescription(config, df, summarizer, typeset)[source]

A class to patch fg-data-profiling progressbar bug

As at fg-data-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 fg-data-profiling unmanaged progressbar bug for an upstream fix

__init__(config, df, summarizer, typeset)[source]

Methods

__init__(config, df, summarizer, typeset)