Hi guys, I am trying to calculate a field to read 2" HDPE in every row
#Calculate field Conduit feature class Underground
arcpy.CalculateField_management("Underground.dbf", "Conduit",
'"2in HDPE"', "PYTHON3")With this I can get every row to read 2in HDPE but everytime I try to insert " instead of in I get an error. Could you guys help me please!
Thanks!
-Jim Noble