Skip to content

Fix: CSV R pins save -> py pins load incorrectly makes first column the index #72

@machow

Description

@machow

Currently, the py pins driver reads index 0 as the column, and driver save keeps the index (pandas saves index as an unnamed first column, which I think some R csv saving functions do also?). Let's ensure roundtrip by dropping the index on save, etc...

image

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