Refactor to use Tables in most places #505
Closed
abelsiqueira
started this conversation in
Ideas
Replies: 2 comments
-
Agree with standardising all internal data structures to be one kind. For the input workflow, I'm assuming every pipeline in the end produces a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's an draft DB schema-ish/workflow-ish visualisation of a DataFrames-centric approach. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, we have info scattered in different places:
PS. Table means CSV/DataFrames/DB
The low-level model creation from CSVs looks like the following:
The CSV folder has 8 data sources:
To avoid data duplication, and simplify the process, it might be better to move/keep most of the data to Table format.
The main questions/changes are the following:
cons_partitions
which gets translated into the dataframes.save_solution_to_file
).flows
andstorage_level
have data frames associated. Thestorage_level
shares a data frame with the constraints partitioning.Related issues:
cc. @clizbe @suvayu @datejada
Beta Was this translation helpful? Give feedback.
All reactions