漏洞
| 漏洞 ID 编号 | BUG-000133695 |
|---|---|
| 已提交 | September 9, 2020 |
| 上次修改时间 | June 5, 2024 |
| 适用范围 | ArcGIS API for Python |
| 找到的版本 | 1.8.1 |
| 操作系统 | Windows OS |
| 操作系统版本 | 10.0 64 Bit |
| 修正版本 | 1.9.1 |
| 状态 | 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: BUG-000133695
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序