Skip to content

Feature request: Single page version #1794

@gcherem

Description

@gcherem

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions