laptop and a wrench

Error

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
Número de ID del error BUG-000169337
EnviadoJuly 23, 2024
Última modificaciónDecember 13, 2024
Relacionado conArcGIS API for Python
Versión encontrada2.3.0
Sistema operativoN/A
Versión de sistema operativoN/A
EstadoNon-Reproducible

Información adicional

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

Solución alternativa

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)

Pasos para reproducir

ID del error: BUG-000169337

Software:

  • ArcGIS API for Python

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga