I have a few million edges in my graph that have a property called Occurrences
- all of which have been entered as strings.
I would like to convert them to integers ('16' -> 16)
using Python, if possible. Is there any direct way to do this that doesn't involve removing and replacing the edge?