Bug
| Bug ID Number | BUG-000180522 |
|---|---|
| Submitted | October 28, 2025 |
| Last Modified | December 30, 2025 |
| Applies to | ArcGIS API for Python |
| Version found | 2.4.1 |
| Operating System | N/A |
| Operating System Version | N/A |
| Version Fixed | 2.4.3 |
| Status | Fixed |
If a DataFrame is required, set as_df=False and use the .sdf property:
top = layer.query_top_features(param1, as_df=False).sdf
Leave off the .sdf property to get back a FeatureSet:
top = layer.query_top_features(param1, as_df=False)
Bug ID: BUG-000180522
Software:
Get help from ArcGIS experts
Download the Esri Support App