attributes = { 'id' : 'id', 'volume' : ('volume', '+') }
upsertVertexDataFrame(df=df, vertexType=type, attributes=attributes)
Traceback row 1269 of pyTigerGraph.py in upsertVertexDataFrame() (else {target: json_up[-1][source])
row 1269 of same in (.0)
KeyError: ('volume', '+')
I have not tried this format in upsertVertices yet. That's next.
This is indeed not implemented yet. You might want to report this as a new issue.