laptop and a wrench

Erro

Spatially enabled data frame when converted to feature set using ArcGIS API for Python, nulls values are changing to 0s (zeros) in the integer field.

ArcGIS Online
Número de ID do Erro BUG-000178347
EnviadoJuly 30, 2025
Última ModificaçãoAugust 25, 2025
Aplica-se àArcGIS Online
Versão encontradaN/A
Sistema OperacionalWindows OS
Versão do Sistema Operacional11.0 64 bit
StatusWill Not Be Addressed

Informações Adicionais

This is caused by the initial creation of the DataFrame. If it is changed from pd.Series to the `list` object. It will work: df = pd.DataFrame({ "str_field": [None, None, "test_string"], "int_field": [None, None, 0], 'x': [-122.3321, -120.7401, -117.4260], # Longitudes 'y': [47.6062, 46.8523, 48.7519] # Latitudes }) By doing this, Pandas can handle the null integer values.

Solução Provisória

Utilize a string field instead of an integer field to prevent the issue.

Etapas para Reproduzir

ID do Erro: BUG-000178347

Software:

  • ArcGIS Online

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download