I have below mentioned dataset
g.addV('testvertex').property(id, 'user1').property(set, 'states','TX').property(set,'states','CA').property(set,'states','AL').property(set,'states','AK')
- how do I find the count of states 'user1' has lived in?
- if 'user1' ever lived in 'IA' and 'KS' ?
- how do i drop 'TX' from states set ?