idaks / PW-explorer

Apache License 2.0
16 stars 1 forks source link

Make the variables dfs, pws, rels dictionaries rather than being indexed by rel_id. #3

Closed sahil1105 closed 5 years ago

sahil1105 commented 6 years ago

Change from rel_id to making dfs a dictionary of data frames and rels a dictionary of Relation objects, even within PossibleWorld rls

sahil1105 commented 5 years ago

Made dfs a dict. pw objects have a dict called rels rather than a list now. rels remains the same for now, since it only contains schema information. Will address it later if a compelling use case/ reason comes up.