Skip to content

chore: Modify parsing of Swithces for ReEDS #177

@pesap

Description

@pesap

Currently, the switches.csv file gets parser similarly as other csv file sfrom ReEDS. However, it is actually a mapping that has key, values on it. The problem is that when we parser it using polars it parses the first row as the column headers (see image). I think we could parse it as a dictionary upfront to avoid this problem.

Image

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions