Separate the reading and processing in the IO #544
Labels
Type: improvement
Better way of doing something
Zone: code architecture
Changes to the structure or fundamentals
What and Why
Currently, the reading of CSV processes a lot of stuff returning the graph structure, the representative periods structure, and the base periods structure. We should have an intermediate step that just reads the data into dataframes and a second (or more) function(s) will process dataframes into something else.
Things to keep in mind:
Possible Drawbacks
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered: