laptop and a wrench

漏洞

The Usage method returns 'None' values when as_df=True after the ArcGIS API for Python 2.3.1 update on July 9, 2024.

ArcGIS API for Python
漏洞 ID 编号 BUG-000169337
已提交July 23, 2024
上次修改时间December 13, 2024
适用范围ArcGIS API for Python
找到的版本2.3.0
操作系统N/A
操作系统版本N/A
状态Non-Reproducible

附加信息

This issue is non-reproducible in the ArcGIS API for Python 2.3.1 environment.

解决办法

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)

重现步骤

漏洞 ID: BUG-000169337

软件:

  • ArcGIS API for Python

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项