Open dlcole3 opened 1 year ago
Currently, DataGraphs.jl supports NodeData and EdgeData, but it does not support saving GraphData. Need to add a struct for GraphData and corresponding APIs
Also should add an API for getting a subset of the NodeData or EdgeData
Currently, DataGraphs.jl supports NodeData and EdgeData, but it does not support saving GraphData. Need to add a struct for GraphData and corresponding APIs