LICENSE
README.md
pyproject.toml
setup.py
noweda/__init__.py
noweda/accessor.py
noweda/cli.py
noweda/io.py
noweda/ml_recommendations.py
noweda/ml_utils.py
noweda/temporal_utils.py
noweda/ui.py
noweda.egg-info/PKG-INFO
noweda.egg-info/SOURCES.txt
noweda.egg-info/dependency_links.txt
noweda.egg-info/entry_points.txt
noweda.egg-info/requires.txt
noweda.egg-info/top_level.txt
noweda/core/__init__.py
noweda/core/engine.py
noweda/insights/__init__.py
noweda/insights/generator.py
noweda/plugins/__init__.py
noweda/plugins/base.py
noweda/plugins/correlation.py
noweda/plugins/duplicates.py
noweda/plugins/encoding.py
noweda/plugins/missing.py
noweda/plugins/outliers.py
noweda/plugins/pii.py
noweda/plugins/schema.py
noweda/plugins/stats.py
noweda/report/__init__.py
noweda/report/html.py
noweda/scoring/__init__.py
noweda/scoring/scorer.py
tests/test_basic.py
tests/test_formats.py