arcpy 读取表 转成HTML
If you want to read the feature class or table by Arcpy, you first need to know Data Access Model.
The data access module, arcpy.da, is a Python module for working with data. It allows control of the edit session, edit operation, improved cursor support (including faster performance), functions for converting tables and feature classes to and from NumPy arrays, and support for versioning, replicas, domains, and subtypes workflows.
1