Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

x polymorphism for index and series type #37

Closed
@yytsui

Description

@yytsui

This will be useful for time series data.
Instead of copy time index to a column:

df['time'] = df.index
px.line(df, x='time', y='value')

it will be more convenient that we can do this directly:

px.line(df, x=df.index, y='value')

Thank you for this great library!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions