Good day everybody.
I am currently working with a file geodatabase. I created an additional field in a feature class table and want to add all the information from another field located in the same feature class table. I guess I can do it with arcpy.da.UpdateCursor but not sure how to copy from one field to another. Could you please give any advice?