You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since the point of terminusdb is to use standard formats (in turn leads to standard tooling), i'm not sure why there's a lot of python code here. what's so specific to terminusdb that the following wouldn't be robust?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
since the point of terminusdb is to use standard formats (in turn leads to standard tooling), i'm not sure why there's a lot of python code here. what's so specific to terminusdb that the following wouldn't be robust?
client.get_docs > rdflib.Graph.parse(..., format='json-ld') ?> dataframe
client.insert_docs < rdflib.Graph.serialize(..., format='json-ld') <? dataframe
?: multiindex can recover the hierarchy
Beta Was this translation helpful? Give feedback.
All reactions