Bogue
| Numéro d’ID de bogue | BUG-000133695 |
|---|---|
| Envoi | September 9, 2020 |
| Dernière modification | June 5, 2024 |
| S’applique à | ArcGIS API for Python |
| Version trouvée | 1.8.1 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 10.0 64 Bit |
| Version de correction | 1.9.1 |
| Statut | 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 de bogue: BUG-000133695
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support