Missing functionality
Single page html version (without tabs)
Proposed feature
I propose a new argument to the ProfileReport() function like "tabbed" boolean (default True, for backward compatibility), like:
profile = ProfileReport(df.sample(50000), title="My Awesome, now flat report", tabbed=False)
Alternatives considered
No response
Additional context
Why?
When working with very large datasets, tabs are a nightmare; report become slow / unresponsive.
A simple solution, without breaking the architecture and relatively easy to implement, would be an alternative to generate a flat report, without interactive tabs.
Furthermore, it would also allow the creation of reports that can be converted to PDF, which are not interactive.
Missing functionality
Single page html version (without tabs)
Proposed feature
I propose a new argument to the ProfileReport() function like "tabbed" boolean (default True, for backward compatibility), like:
Alternatives considered
No response
Additional context
Why?
When working with very large datasets, tabs are a nightmare; report become slow / unresponsive.
A simple solution, without breaking the architecture and relatively easy to implement, would be an alternative to generate a flat report, without interactive tabs.
Furthermore, it would also allow the creation of reports that can be converted to PDF, which are not interactive.