Bug
Bug ID Number | BUG-000169337 |
---|---|
Submitted | July 23, 2024 |
Last Modified | December 13, 2024 |
Applies to | ArcGIS API for Python |
Version found | 2.3.0 |
Operating System | N/A |
Operating System Version | N/A |
Status | Non-Reproducible |
Add as_df=False to see the information returned as a dictionary:
from arcgis.gis import GIS
gis = GIS("home")
test_item = gis.content.get("<itemID>")
result = test_item.usage(date_range = "30D", as_df=False)
print(result)
Bug ID: BUG-000169337
Software:
Get help from ArcGIS experts
Download the Esri Support App