LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
omni_eda/__init__.py
omni_eda/ab_testing.py
omni_eda/analyzer.py
omni_eda/cleaning.py
omni_eda/cli.py
omni_eda/clustering.py
omni_eda/config.py
omni_eda/correlation.py
omni_eda/dashboard.py
omni_eda/detection.py
omni_eda/drift.py
omni_eda/export.py
omni_eda/feature_engineering.py
omni_eda/insights.py
omni_eda/loaders.py
omni_eda/logger.py
omni_eda/missing.py
omni_eda/outliers.py
omni_eda/py.typed
omni_eda/quality.py
omni_eda/report.py
omni_eda/statistics.py
omni_eda/target_analysis.py
omni_eda/themes.py
omni_eda/timeseries.py
omni_eda/utils.py
omni_eda/visualization.py
omni_eda.egg-info/PKG-INFO
omni_eda.egg-info/SOURCES.txt
omni_eda.egg-info/dependency_links.txt
omni_eda.egg-info/entry_points.txt
omni_eda.egg-info/requires.txt
omni_eda.egg-info/top_level.txt
omni_eda/templates/report.html.j2
tests/test_analyzer.py
tests/test_cleaning.py
tests/test_cli.py
tests/test_correlation.py
tests/test_detection.py
tests/test_export.py
tests/test_feature_engineering.py
tests/test_loaders.py
tests/test_missing.py
tests/test_outliers.py
tests/test_quality.py
tests/test_statistics.py
tests/test_target_analysis.py
tests/test_visualization.py