Bug
| Bug ID Number | BUG-000133695 |
|---|---|
| Submitted | September 9, 2020 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS API for Python |
| Version found | 1.8.1 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Version Fixed | 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:
Get help from ArcGIS experts
Download the Esri Support App