-
Notifications
You must be signed in to change notification settings - Fork 161
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
gds.degree.mutate overwrite/replace #314
Comments
Hi @Mintactus, Thank you for the feature request. Would it work for you to call gds.graph.nodeProperties.drop between your calls to Regards, |
Thanks Adam, etl = ETL() The core idea of all these, it's a bit like the OR REPLACE of cypher, it's to make GDS in general more idempotent. So I can intuitily and quickly have something like this: etl = ETL() Much more readable and straightforward :) |
Thank you for the explanation. So I gather that you are not at least blocked. That's good. We will consider adding replace/overwrite functionality to our algorithms. In the meantime, you could perhaps wrap the "drop" calls together with their corresponding create/mutate calls in new methods to achieve the workflow you desire? Thank you, |
An overwrite/replace parameter would be great to have, when testing multiple times in a row, you need that.
When set to True, the existing degree centrality property is replaced by the new one
The text was updated successfully, but these errors were encountered: