Skip to content

send_dataframe should generate a an index column #8593

Open
@jleibs

Description

@jleibs

send_dataframe works nicely if your data is already has a properly annotated index column

However, the current implementation implicitly falls back on sending the columns as static data if none of your columns matches an index.

Instead, we should have an option to synthesize a sequential timeline based on row-number so that we get a nice table in the viewer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions