Represent count as a two-dimensional table
The requirement is pretty simple – I have set of vertices, that have two properties (let’s say ‘name’ and ‘job title’). I would like to count how many combinations of each I have and represent it as a two-dimensional table, for example:
How to calculate average number of outgoing edges per user in a single gremlin query?
I am struggling to calculate average number of outgoing edges per user. I’ve tried
Where is the query wrong?
Running this query will result in an error.