cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

Support additional data loading procedures in PropertyGraph

Open rlratzel opened this issue 3 years ago • 1 comments

  • [ ] 1. Single File Edge list CSV that also contains vertex information.
    For example, a column for "src" and "dst" info, then lots of edge attributes.

  • [ ] 2. Two Files One file with vertex info One file with edge info.

  • [ ] 3. Three Files One file with vertex info and attributes One file with edge info – v_src, v_dst, edge_id One file with edge attributes based on an edge id

  • [ ] 4. Multiple files Each attribute, for vertex or edge, could be in a separate file

rlratzel avatar Mar 10 '22 18:03 rlratzel

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

github-actions[bot] avatar Apr 28 '22 16:04 github-actions[bot]