Bug
| Bug-ID-Nummer | BUG-000133695 |
|---|---|
| Eingereicht | September 9, 2020 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | ArcGIS API for Python |
| Gefunden in Version | 1.8.1 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 64 Bit |
| Behoben in Version | 1.9.1 |
| Status | 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')
Bug-ID: BUG-000133695
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen