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.
