Hi,
I am trying to replace double spaces in an address with a single space. In pro, I can do this using .replace() like this !Service_Address!.replace(" "," ")
but when I try this within arcpy, I get an error
arcgisscripting.ExecuteError: ERROR 000539: File "<expression>", line 1
u"106 NE ENTRADA AVE".replace( , )
The replace parameters are not showing.
any ideas?