pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

[BUG] node property 'label' is overwritten by T.label during conversion to dict

Open xocliwtb opened this issue 3 years ago • 0 comments

The label property is overwritten by T.label within vertex_to_dict(), a unique property name should be used to avoid collision.

https://github.com/graphistry/graph-app-kit/blob/master/src/python/neptune_helper/df_helper.py#L9

xocliwtb avatar Mar 03 '21 04:03 xocliwtb