Skip to content

viz.scatter: for data frame function signature, inference about key orderings can be brittle #62

@longouyang

Description

@longouyang

this works:

viz.scatter([{b: 1, a: 2},
             {b: 3, a: 5}])

but this doesn't:

viz.scatter([{a: 1, b: 2},
             {b: 3, a: 5}])

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