Skip to content

Support using row number as a key #15

Open
@bernd-wechner

Description

@bernd-wechner

load_csv functions nicely without a key, using a hash of the row data.

While nice, a useful alternative that also resolves uniquely but conveys useful information is the row number. Would suggest supporting a keyword for row number as the simplest approach to implementing this. The keyword may of course be a header and if so, dropping back to using the value in the column is sound.

A candidate key might be "row" or "row_number"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions