Skip to content

Simplify .to_csv method #661

@FlorianK13

Description

@FlorianK13

The .to_csv function is extremely complicated and full of artifacts from SOAP API times. We could instead:

  • export the sqlite tables to csv, just as they are
  • merge _extended and _eeg using pandas, which should roughly recreate the current behaviour

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