LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
examples/example_full_report.py
examples/example_interactive_report.py
examples/example_long_report.py
examples/example_modern_report.py
examples/example_prepare_dataset.py
examples/example_report_no_autoprepare.py
examples/example_short_report.py
pandas_cat/__init__.py
pandas_cat/preparation.py
pandas_cat/profile.py
pandas_cat/py.typed
pandas_cat/statistics.py
pandas_cat/visualisation.py
pandas_cat.egg-info/PKG-INFO
pandas_cat.egg-info/SOURCES.txt
pandas_cat.egg-info/dependency_links.txt
pandas_cat.egg-info/requires.txt
pandas_cat.egg-info/top_level.txt
pandas_cat/templates/default.html.j2
pandas_cat/templates/modern.html.j2
pandas_cat/templates/interactive/interactive.html.j2
pandas_cat/templates/interactive/css/main.css
pandas_cat/templates/interactive/img/bar.svg
pandas_cat/templates/interactive/img/categories.svg
pandas_cat/templates/interactive/img/cols.svg
pandas_cat/templates/interactive/img/copy.svg
pandas_cat/templates/interactive/img/donut.svg
pandas_cat/templates/interactive/img/error.svg
pandas_cat/templates/interactive/img/hbar.svg
pandas_cat/templates/interactive/img/help.svg
pandas_cat/templates/interactive/img/interactive.svg
pandas_cat/templates/interactive/img/least.svg
pandas_cat/templates/interactive/img/left.svg
pandas_cat/templates/interactive/img/log.svg
pandas_cat/templates/interactive/img/missing.svg
pandas_cat/templates/interactive/img/moon.svg
pandas_cat/templates/interactive/img/most.svg
pandas_cat/templates/interactive/img/percentage.svg
pandas_cat/templates/interactive/img/pie.svg
pandas_cat/templates/interactive/img/print.svg
pandas_cat/templates/interactive/img/ram.svg
pandas_cat/templates/interactive/img/reverse.svg
pandas_cat/templates/interactive/img/right.svg
pandas_cat/templates/interactive/img/rows.svg
pandas_cat/templates/interactive/img/sort.svg
pandas_cat/templates/interactive/img/sun.svg
pandas_cat/templates/interactive/img/table.svg
pandas_cat/templates/interactive/js/main.js
pandas_cat/templates/interactive/sass/_attributes.scss
pandas_cat/templates/interactive/sass/_base.scss
pandas_cat/templates/interactive/sass/_box.scss
pandas_cat/templates/interactive/sass/_button.scss
pandas_cat/templates/interactive/sass/_correlations.scss
pandas_cat/templates/interactive/sass/_footer.scss
pandas_cat/templates/interactive/sass/_header.scss
pandas_cat/templates/interactive/sass/_layout.scss
pandas_cat/templates/interactive/sass/_minitable.scss
pandas_cat/templates/interactive/sass/_modal.scss
pandas_cat/templates/interactive/sass/_scrollbar.scss
pandas_cat/templates/interactive/sass/_stats.scss
pandas_cat/templates/interactive/sass/_summary.scss
pandas_cat/templates/interactive/sass/_toast.scss
pandas_cat/templates/interactive/sass/_typography.scss
pandas_cat/templates/interactive/sass/main.scss
tests/__init__.py
tests/conftest.py
tests/test_preparation.py
tests/test_profile.py
tests/test_statistics.py
tests/test_visualisation.py