I just performed a union in my Python script between 2 features that both had a field attribute named "FLD_ZONE". My hope was that one of those attributes (for the second feature, I assumed) would be renamed "FLD_ZONE_1" in the union, but this was not the case.
Is there a way using Python to rename that second "FLD_ZONE" field name to "FLD_ZONE_1" or something different?
I know I can do that manually, but I'm not sure how that would work in a script.
arcpy.ListFields()?