DerwenAI / kglab

Graph Data Science: an abstraction layer in Python for building knowledge graphs, integrated with popular graph libraries – atop Pandas, NetworkX, RAPIDS, RDFlib, pySHACL, PyVis, morph-kgc, pslpython, pyarrow, etc.
https://derwen.ai/docs/kgl/
MIT License
574 stars 65 forks source link

implement Frame in place of Subgraph #277

Open Mec-iS opened 1 year ago

Mec-iS commented 1 year ago

Current behaviour

Subgraph operations are wrapped in Subgraph

273

New expected behaviour

Frame is used in place of Subgraph

Change logs

Please double-check that documentation files are rendered correctly according to new naming.

P.S. I had to rerun all the notebooks.