In the ArcGIS Pro Python window or Integrated DeveLopment Environment (IDLE), using Pandas.DataFrame to create a table of groups in which a user is a member of with gis.users.groups results in NaN values.
上次发布: March 22, 2023ArcGIS Pro
漏洞 ID 编号
BUG-000139830
已提交
May 11, 2021
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.7.3
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
Replace the NaN values: ```python
search_group_df.replace(pd.NA, None).to_excel(
ago_group_FULLreport_excel_temp,
)
``` This is not an ArcGIS API for Python specific issue.