Efficiently Loading Relationship Data from a Python Pandas DataFrame with Missing Nodes #4568
Answered
by
ray6080
guidataiku
asked this question in
Q&A
-
Hello community! I'm trying to load relationship data from a Python DataFrame, but some rows reference nodes that may not exist. I've found two workarounds so far:
I'm wondering if there's a more efficient approach that avoids writing to a file and offers better performance. Any suggestions or best practices would be greatly appreciated! Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
ray6080
Nov 26, 2024
Replies: 1 comment
-
Hi @guidataiku , I believe the best way is to COPY data frame directly with IGNORE_ERRORS. We have an issue on supporting this #4534. Will try to prioritize this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prrao87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @guidataiku , I believe the best way is to COPY data frame directly with IGNORE_ERRORS. We have an issue on supporting this #4534. Will try to prioritize this.