Error
| Número de ID del error | BUG-000133695 |
|---|---|
| Enviado | September 9, 2020 |
| Última modificación | June 5, 2024 |
| Relacionado con | ArcGIS API for Python |
| Versión encontrada | 1.8.1 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 10.0 64 Bit |
| Versión corregida | 1.9.1 |
| Estado | Fixed |
Use CSV input data instead of Excel. It is possible to convert Excel to CSV in Python using pandas.
import pandas as pd
data_xls = pd.read_excel(r"<PATH TO EXCEL FILE>", "<EXCEL SHEET NAME>", index_col=None)
data_xls.to_csv(r"<PATH TO OUTPUT>", encoding='utf-8')
ID del error: BUG-000133695
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri