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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動