dlcole3 / DataGraphs.jl

MIT License
0 stars 0 forks source link

Add GraphData attribute to datagraphs #31

Open dlcole3 opened 1 year ago

dlcole3 commented 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

dlcole3 commented 1 year ago

Also should add an API for getting a subset of the NodeData or EdgeData