Delete node type / edge type from HeteroData
instance.
#7319
Answered
by
rusty1s
ruchajoshi
asked this question in
Q&A
-
I am trying to delete an edge type and all its corresponding information from the |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
May 9, 2023
Replies: 1 comment 1 reply
-
del data[edge_type] should do the trick. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ruchajoshi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should do the trick.