Module pandas_profiling.view

All functionality concerned with presentation to the user.

Expand source code
"""All functionality concerned with presentation to the user."""

Sub-modules

pandas_profiling.report.formatters

Formatters are utilities for formatting numbers and certain strings

pandas_profiling.report.notebook

Functionality related to displaying the profile report in Jupyter notebooks.

pandas_profiling.report.plot

Plot functions for the profiling report.

pandas_profiling.report.report

Generate the report.

pandas_profiling.report.templates

Contains all templates used for generating the HTML profile report