pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

[BUG] RAPIDS nan handling in hypergraphs

Open lmeyerov opened this issue 3 years ago • 0 comments

Hypergraph turns None / np.nan values into nodes despite drop_na=True, see unit test xfail's in https://github.com/graphistry/pygraphistry/pull/225

Blocked by https://github.com/rapidsai/cudf/issues/7735 for rapids side

Current workarounds are confusing the code, so we can push to users for now, and then remove workarounds once the df engines have clearer operations

lmeyerov avatar Mar 26 '21 17:03 lmeyerov