Summary
Add support for loading GEXF (Graph Exchange XML Format) files directly into PyGraphistry.
Background
GEXF is a widely-used XML-based graph format, commonly exported from tools like Gephi. Currently, users must manually convert GEXF files using external libraries before uploading to Graphistry.
Proposed Feature
Add a method to load GEXF files directly, e.g.:
import graphistry
g = graphistry.from_gexf('myfile.gexf')
g.plot()
Next Steps
After PyGraphistry support is implemented, GEXF support could also be added to the file uploader UI widget in the main Graphistry platform.
Labels
Help wanted - contributions welcome!
Summary
Add support for loading GEXF (Graph Exchange XML Format) files directly into PyGraphistry.
Background
GEXF is a widely-used XML-based graph format, commonly exported from tools like Gephi. Currently, users must manually convert GEXF files using external libraries before uploading to Graphistry.
Proposed Feature
Add a method to load GEXF files directly, e.g.:
Next Steps
After PyGraphistry support is implemented, GEXF support could also be added to the file uploader UI widget in the main Graphistry platform.
Labels
Help wanted - contributions welcome!