CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
make.bat
requirements-dev.txt
requirements-test.txt
requirements.txt
setup.py
src/pandas_profiling/__init__.py
src/pandas_profiling/config.py
src/pandas_profiling/config_default.yaml
src/pandas_profiling/config_minimal.yaml
src/pandas_profiling/expectations_report.py
src/pandas_profiling/profile_report.py
src/pandas_profiling/serialize_report.py
src/pandas_profiling/version.py
src/pandas_profiling.egg-info/PKG-INFO
src/pandas_profiling.egg-info/SOURCES.txt
src/pandas_profiling.egg-info/dependency_links.txt
src/pandas_profiling.egg-info/entry_points.txt
src/pandas_profiling.egg-info/requires.txt
src/pandas_profiling.egg-info/top_level.txt
src/pandas_profiling/controller/__init__.py
src/pandas_profiling/controller/console.py
src/pandas_profiling/controller/pandas_decorator.py
src/pandas_profiling/model/__init__.py
src/pandas_profiling/model/alerts.py
src/pandas_profiling/model/correlations.py
src/pandas_profiling/model/dataframe.py
src/pandas_profiling/model/describe.py
src/pandas_profiling/model/duplicates.py
src/pandas_profiling/model/expectation_algorithms.py
src/pandas_profiling/model/handler.py
src/pandas_profiling/model/missing.py
src/pandas_profiling/model/pairwise.py
src/pandas_profiling/model/sample.py
src/pandas_profiling/model/summarizer.py
src/pandas_profiling/model/summary.py
src/pandas_profiling/model/summary_algorithms.py
src/pandas_profiling/model/table.py
src/pandas_profiling/model/typeset.py
src/pandas_profiling/model/typeset_relations.py
src/pandas_profiling/model/pandas/__init__.py
src/pandas_profiling/model/pandas/correlations_pandas.py
src/pandas_profiling/model/pandas/dataframe_pandas.py
src/pandas_profiling/model/pandas/describe_boolean_pandas.py
src/pandas_profiling/model/pandas/describe_categorical_pandas.py
src/pandas_profiling/model/pandas/describe_counts_pandas.py
src/pandas_profiling/model/pandas/describe_date_pandas.py
src/pandas_profiling/model/pandas/describe_file_pandas.py
src/pandas_profiling/model/pandas/describe_generic_pandas.py
src/pandas_profiling/model/pandas/describe_image_pandas.py
src/pandas_profiling/model/pandas/describe_numeric_pandas.py
src/pandas_profiling/model/pandas/describe_path_pandas.py
src/pandas_profiling/model/pandas/describe_supported_pandas.py
src/pandas_profiling/model/pandas/describe_url_pandas.py
src/pandas_profiling/model/pandas/duplicates_pandas.py
src/pandas_profiling/model/pandas/missing_pandas.py
src/pandas_profiling/model/pandas/sample_pandas.py
src/pandas_profiling/model/pandas/summary_pandas.py
src/pandas_profiling/model/pandas/table_pandas.py
src/pandas_profiling/model/pandas/utils_pandas.py
src/pandas_profiling/report/__init__.py
src/pandas_profiling/report/formatters.py
src/pandas_profiling/report/presentation/__init__.py
src/pandas_profiling/report/presentation/frequency_table_utils.py
src/pandas_profiling/report/presentation/core/__init__.py
src/pandas_profiling/report/presentation/core/alerts.py
src/pandas_profiling/report/presentation/core/collapse.py
src/pandas_profiling/report/presentation/core/container.py
src/pandas_profiling/report/presentation/core/duplicate.py
src/pandas_profiling/report/presentation/core/frequency_table.py
src/pandas_profiling/report/presentation/core/frequency_table_small.py
src/pandas_profiling/report/presentation/core/html.py
src/pandas_profiling/report/presentation/core/image.py
src/pandas_profiling/report/presentation/core/item_renderer.py
src/pandas_profiling/report/presentation/core/renderable.py
src/pandas_profiling/report/presentation/core/root.py
src/pandas_profiling/report/presentation/core/sample.py
src/pandas_profiling/report/presentation/core/table.py
src/pandas_profiling/report/presentation/core/toggle_button.py
src/pandas_profiling/report/presentation/core/variable.py
src/pandas_profiling/report/presentation/core/variable_info.py
src/pandas_profiling/report/presentation/flavours/__init__.py
src/pandas_profiling/report/presentation/flavours/flavours.py
src/pandas_profiling/report/presentation/flavours/html/__init__.py
src/pandas_profiling/report/presentation/flavours/html/alerts.py
src/pandas_profiling/report/presentation/flavours/html/collapse.py
src/pandas_profiling/report/presentation/flavours/html/container.py
src/pandas_profiling/report/presentation/flavours/html/duplicate.py
src/pandas_profiling/report/presentation/flavours/html/frequency_table.py
src/pandas_profiling/report/presentation/flavours/html/frequency_table_small.py
src/pandas_profiling/report/presentation/flavours/html/html.py
src/pandas_profiling/report/presentation/flavours/html/image.py
src/pandas_profiling/report/presentation/flavours/html/root.py
src/pandas_profiling/report/presentation/flavours/html/sample.py
src/pandas_profiling/report/presentation/flavours/html/table.py
src/pandas_profiling/report/presentation/flavours/html/templates.py
src/pandas_profiling/report/presentation/flavours/html/toggle_button.py
src/pandas_profiling/report/presentation/flavours/html/variable.py
src/pandas_profiling/report/presentation/flavours/html/variable_info.py
src/pandas_profiling/report/presentation/flavours/html/templates/alerts.html
src/pandas_profiling/report/presentation/flavours/html/templates/collapse.html
src/pandas_profiling/report/presentation/flavours/html/templates/diagram.html
src/pandas_profiling/report/presentation/flavours/html/templates/duplicate.html
src/pandas_profiling/report/presentation/flavours/html/templates/frequency_table.html
src/pandas_profiling/report/presentation/flavours/html/templates/frequency_table_small.html
src/pandas_profiling/report/presentation/flavours/html/templates/report.html
src/pandas_profiling/report/presentation/flavours/html/templates/sample.html
src/pandas_profiling/report/presentation/flavours/html/templates/table.html
src/pandas_profiling/report/presentation/flavours/html/templates/toggle_button.html
src/pandas_profiling/report/presentation/flavours/html/templates/variable.html
src/pandas_profiling/report/presentation/flavours/html/templates/variable_info.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_constant.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_constant_length.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_duplicates.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_empty.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_high_cardinality.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_high_correlation.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_infinite.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_missing.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_skewed.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_truncated.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_type_date.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_uniform.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_unique.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_unsupported.html
src/pandas_profiling/report/presentation/flavours/html/templates/alerts/alert_zeros.html
src/pandas_profiling/report/presentation/flavours/html/templates/sequence/batch_grid.html
src/pandas_profiling/report/presentation/flavours/html/templates/sequence/grid.html
src/pandas_profiling/report/presentation/flavours/html/templates/sequence/list.html
src/pandas_profiling/report/presentation/flavours/html/templates/sequence/named_list.html
src/pandas_profiling/report/presentation/flavours/html/templates/sequence/sections.html
src/pandas_profiling/report/presentation/flavours/html/templates/sequence/select.html
src/pandas_profiling/report/presentation/flavours/html/templates/sequence/tabs.html
src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/footer.html
src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/javascript.html
src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/navigation.html
src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/style.html
src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/assets/bootstrap-theme.min.css
src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/assets/bootstrap.min.css
src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/assets/bootstrap.min.js
src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/assets/flatly.bootstrap.min.css
src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/assets/jquery-1.12.4.min.js
src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/assets/script.js
src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/assets/style.css
src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/assets/united.bootstrap.min.css
src/pandas_profiling/report/presentation/flavours/widget/__init__.py
src/pandas_profiling/report/presentation/flavours/widget/alerts.py
src/pandas_profiling/report/presentation/flavours/widget/collapse.py
src/pandas_profiling/report/presentation/flavours/widget/container.py
src/pandas_profiling/report/presentation/flavours/widget/duplicate.py
src/pandas_profiling/report/presentation/flavours/widget/frequency_table.py
src/pandas_profiling/report/presentation/flavours/widget/frequency_table_small.py
src/pandas_profiling/report/presentation/flavours/widget/html.py
src/pandas_profiling/report/presentation/flavours/widget/image.py
src/pandas_profiling/report/presentation/flavours/widget/notebook.py
src/pandas_profiling/report/presentation/flavours/widget/root.py
src/pandas_profiling/report/presentation/flavours/widget/sample.py
src/pandas_profiling/report/presentation/flavours/widget/table.py
src/pandas_profiling/report/presentation/flavours/widget/toggle_button.py
src/pandas_profiling/report/presentation/flavours/widget/variable.py
src/pandas_profiling/report/presentation/flavours/widget/variable_info.py
src/pandas_profiling/report/structure/__init__.py
src/pandas_profiling/report/structure/correlations.py
src/pandas_profiling/report/structure/overview.py
src/pandas_profiling/report/structure/report.py
src/pandas_profiling/report/structure/variables/__init__.py
src/pandas_profiling/report/structure/variables/render_boolean.py
src/pandas_profiling/report/structure/variables/render_categorical.py
src/pandas_profiling/report/structure/variables/render_common.py
src/pandas_profiling/report/structure/variables/render_complex.py
src/pandas_profiling/report/structure/variables/render_count.py
src/pandas_profiling/report/structure/variables/render_date.py
src/pandas_profiling/report/structure/variables/render_file.py
src/pandas_profiling/report/structure/variables/render_generic.py
src/pandas_profiling/report/structure/variables/render_image.py
src/pandas_profiling/report/structure/variables/render_path.py
src/pandas_profiling/report/structure/variables/render_real.py
src/pandas_profiling/report/structure/variables/render_url.py
src/pandas_profiling/utils/__init__.py
src/pandas_profiling/utils/cache.py
src/pandas_profiling/utils/common.py
src/pandas_profiling/utils/dataframe.py
src/pandas_profiling/utils/imghdr_patch.py
src/pandas_profiling/utils/notebook.py
src/pandas_profiling/utils/paths.py
src/pandas_profiling/utils/progress_bar.py
src/pandas_profiling/visualisation/__init__.py
src/pandas_profiling/visualisation/context.py
src/pandas_profiling/visualisation/missing.py
src/pandas_profiling/visualisation/plot.py
src/pandas_profiling/visualisation/utils.py