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

[BUG] graphviz methods should raise exceptions when passing int64 IDs #601

Open
DataBoyTX opened this issue Oct 10, 2024 · 0 comments
Open
Assignees
Labels

Comments

@DataBoyTX
Copy link
Contributor

Describe the bug

when IDs are int64, graphviz_layout() throws an error:

ValueError: You are trying to merge on object and int64 columns. If you wish to proceed you should use pd.concat

throw an exception, or potentially cast IDs to strings to get graphviz_layout to complete successfully.

To reproduce:

graphviz_int64_bug.zip

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

No branches or pull requests

3 participants