Skip to content

how should the dataframe be indexed? #31

@sezanzeb

Description

@sezanzeb

Is having the shape of the input like this:

plot([X, Y, Z], ...)

better than like this:

plot([a, b, c, d, e, f, g, ...], ...)

with a, b, c, ... being datapoints?

so should the first index be the column or the line of the dataframe?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions