whylabs/whylogs-python

View on GitHub
python/whylogs/api/pyspark/experimental/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
from .profiler import (
    collect_column_profile_views,
    collect_dataset_profile_view,
    column_profile_bytes_aggregator,
    whylogs_pandas_map_profiler,
)
from .segmented_profiler import collect_segmented_results

__ALL__ = [
    whylogs_pandas_map_profiler,
    column_profile_bytes_aggregator,
    collect_column_profile_views,
    collect_dataset_profile_view,
    collect_segmented_results,
]