You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User reports ArrowInvalid error in g.plot() after retrieving data from memgraph using graphistry.cypher() - running from databricks notebook
g.plot() results in:
ArrowInvalid 'Could not convert "SomeString" with type str: tried to convert int64. Conversion failed for column id with type Object.
To Reproduce
set up memgraph
curl https://install.memgraph.com | sh
log into memgraph ui at http://memgraph-server:3000/
Manually add nodes for testing with the following cypher queries (unable to reproduce the error with this data, but important that the id fields are strings)
Describe the bug
User reports ArrowInvalid error in g.plot() after retrieving data from memgraph using graphistry.cypher() - running from databricks notebook
g.plot()
results in:To Reproduce
log into memgraph ui at
http://memgraph-server:3000/
Manually add nodes for testing with the following cypher queries (unable to reproduce the error with this data, but important that the id fields are strings)
Expected behavior
g.plot() should not error and should handle the conversion of the id field to int64
Actual behavior
see error above
Screenshots
Browser environment (please complete the following information):
waiting for the details
Graphistry GPU server environment
waiting for the details
PyGraphistry API client environment
waiting for the details
Additional context
Running from databricks, connecting to Memgraph
The text was updated successfully, but these errors were encountered: