Bug
| Bug ID Number | BUG-000121900 |
|---|---|
| Submitted | April 24, 2019 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Pro |
| Version found | 2.3.2 |
| Operating System | N/A |
| Operating System Version | N/A |
| Version Fixed | 1.9.1 |
| Status | Fixed |
Use the SpatialDataFrame.from_featureclass() instead:
from arcgis.features import SpatialDataFrame
fc = r'<path_to_a_feature_class>'
sdf = SpatialDataFrame.from_featureclass(fc, fields=[<some_fields_from_this_feature_class>])
Bug ID: BUG-000121900
Software:
Get help from ArcGIS experts
Download the Esri Support App