Skip to content

Add a custom html dataframe rendering view of nested columns #41

Closed
@dougbrn

Description

@dougbrn

We have control over the dataframe output within Pandas: https://pandas.pydata.org/docs/user_guide/style.html

When left unstyled, Pandas tries to print the dataframe directly into the cell values. We should have a custom rendering that changes this to be some simple representative value, like: <NestedFrame>. Optionally we could try to give this some more descriptive metadata, but I worry about the overhead of calculating such information if the user doesn't need it. e.g. <NestedFrame (length=350)>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions