Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.11k stars 151 forks source link

Add support to build graph using PyArrow #1066

Open asheeshgarg opened 9 months ago

asheeshgarg commented 9 months ago

What is the expected enhancement?

Currently a lot of data load support PyArrow format. It will be great if can expose creating graph using PyArrow tables

IvanIsCoding commented 9 months ago

Well I guess this is the other way around from #1033. Maybe they can be implemented together