Skip to content

Add GEXF file format support #899

@lmeyerov

Description

@lmeyerov

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions