graphistry / pygraphistry

PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer
BSD 3-Clause "New" or "Revised" License
2.11k stars 205 forks source link

[BUG] NaN hypergraph node eventid #237

Open lmeyerov opened 3 years ago

lmeyerov commented 3 years ago

Describe the bug

In hyper(cudf.DataFrame({'x': ['a'], 'y': ['c']}), direct=True), nodes have 'EventID': 'NaN' instead of 0 / EventID::0

Additional context

See forge-etl-python::test_edges_to_hypergraph_cudf

lmeyerov commented 3 years ago

This impacts file uploader users

lmeyerov commented 3 years ago

Maybe related, but supposedly already fixed in 0.19: https://github.com/graphistry/pygraphistry/issues/226