-
Notifications
You must be signed in to change notification settings - Fork 135
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
add_label clarifications #100
Comments
I can answer myself question 3, it can be done using batches :) |
It looks like i am also having to pass the id of the node, as opposed to the node object which neography seems to be using, to add_label. I simply created a wrapper function:
then i use giveLabel(node, "Blah") If @maxdemarzi is interested, id love to work on this, but im not sure if this is intended behaviour? correction, the 'node' i am passing into giveLabel is a value retrieved from phase 1, not phase 2. |
See this pull request for relevant discussion. |
@fbrolli Can you give an example of how you're creating a node and automatically labeling it using batches? |
I'm sorry but I gave up using neography months ago, so I do not remember
|
Type cast date to string yyyy-mm-dd
Hi, I'm trying to use the add_label method, and I have some questions :
Thank you for your work
The text was updated successfully, but these errors were encountered: