Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge label is not shown if its type is number #40

Open
icduck opened this issue Feb 25, 2023 · 0 comments
Open

Edge label is not shown if its type is number #40

icduck opened this issue Feb 25, 2023 · 0 comments

Comments

@icduck
Copy link

icduck commented Feb 25, 2023

currently, I have to force it to str() like below:
for _, row in df.iterrows():
edges.append(Edge(source=row['up_node_id'], target=row['down_node_id'], id=row['edge_id'], label=str(row['edge_id'])))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant