Nigel Small
Nigel Small
@kcrimson Why the `team-drivers` label? This is clearly a Cypher feature request.
Thanks. We'll look into this.
Hi @joshbtn I've just started looking at this but I'm unfamiliar with Anaconda in general. Could you help me understand how this benefits users above and beyond the PyPI distribution,...
Note to self: there are two possible ways to fix this... 1. Extend `Transaction.merge` to permit multiple keys 2. Limit `Graph.merge` to only permit a single key The choice will...
This sounds like a good feature request. I'll look into it.
No, not had time to look into this yet.
How are you running the query?
Right now, there's no direct way to do this. You would have to `graph.run(...).to_subgraph()` and then manually iterate through the nodes and relationships to convert them into NetworkX format. Out...
Hi @motey. Thanks for raising this, I can see that it's a valid gap in the functionality. Your proposal feels like it's along the right lines, but I'm going to...
Damn, beat me to it... was going to raise this as an issue! :-P