pipelinex.extras.datasets.pandas_profiling package

Submodules

pipelinex.extras.datasets.pandas_profiling.pandas_profiling module

class pipelinex.extras.datasets.pandas_profiling.pandas_profiling.PandasProfilingDataSet(filepath, save_args=None, sample_args=None, version=None)[source]

Bases: kedro.io.core.AbstractVersionedDataSet

PandasProfilingDataSet is an AbstractVersionedDataSet to generate pandas profiling report. See https://github.com/pandas-profiling/pandas-profiling for details.

DEFAULT_SAVE_ARGS: Dict[str, Any] = {}
__init__(filepath, save_args=None, sample_args=None, version=None)[source]

Creates a new instance of PandasProfilingDataSet pointing to a concrete filepath.

Parameters: