Database Reference
In-Depth Information
sfield_desc = "DESCRIPTION"
arcpy.DeleteField_management(sfc_dest, sfield_rating)
arcpy.DeleteField_management(sfc_dest, sfield_desc)
input ("Web Bestaurants geodatabase created
successfully, press any key to continue.")
Note
We have used the # character. This indicates that the text after # will be treated as
a comment.
5. Save the Python script and run it.
Note
Double-check that you have correct paths to avoid any possible errors in your
Python script.
6. The output should look like the following screenshot after successfully running
the script:
Search WWH ::




Custom Search