Import Survey Profiles (Business Analyst)

获得 Business Analyst 许可后可用。

摘要

Imports segmentation profiles consisting of survey variable data.

使用情况

  • This tool requires a locally installed Business Analyst dataset.

  • Imported survey profiles contain count and percent values for the distribution of segments.

  • Multiple survey profiles can be selected to be imported simultaneously on the Add Data dialog box.

  • Survey profiles to be imported can only be selected from within the active Business Analyst dataset. Manually constructed profiles cannot be imported with this tool.

  • When summed across all segments, survey profile values in the count column include all survey respondents in the country.

参数

标注说明数据类型
Profiles

Categories of survey variables that can be selected for importing as profiles.

String
Output Folder

The folder selected to contain the profiles being created.

Folder

派生输出

标注说明数据类型
Output Profiles

The output folder containing the segmentation profile project items.

File

arcpy.ba.ImportSurveyProfiles(profiles, out_folder)
名称说明数据类型
profiles
[profiles,...]

Categories of survey variables that can be selected for importing as profiles.

String
out_folder

The folder selected to contain the profiles being created.

Folder

派生输出

名称说明数据类型
out_profiles

The output folder containing the segmentation profile project items.

File

代码示例

ImportSurveyProfiles example (Python window)

The following Python window script demonstrates how to use the ImportSurveyProfiles function.

import arcpy
arcpy.ba.ImportSurveyProfiles("12190;34002",r"C:\Users\MyProject\ImportSurveyProfiles")

环境

特殊情况

许可信息

  • Basic: 需要 Business Analyst
  • Standard: 需要 Business Analyst
  • Advanced: 需要 Business Analyst

相关主题