I have about 30 feature classes in an FGDB. I am looking for a script to remove all attribute indexes, as I will need to do this for multiple FGDBs eventually.
My file path is:
"M:\\GIS_Data\\FileGeoDBs\Parks.gdb"
I started with this article
Remove all attribute indexes using arcpy
But got stuck at line 02
- dsc = arcpy.Describe("sap")