Import Survey Profiles (Business Analyst)

Disponible con licencia de Business Analyst.

Resumen

Imports segmentation profiles consisting of survey variable data.

Uso

  • 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 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.

Parámetros

EtiquetaExplicaciónTipo de datos
Profiles

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

String
Output Folder

The folder that will contain the imported profiles.

Folder

Salida derivada

EtiquetaExplicaciónTipo de datos
Output Profiles

The output folder containing the segmentation profile project items.

File

arcpy.ba.ImportSurveyProfiles(profiles, out_folder)
NombreExplicaciónTipo de datos
profiles
[profiles,...]

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

String
out_folder

The folder that will contain the imported profiles.

Folder

Salida derivada

NombreExplicaciónTipo de datos
out_profiles

The output folder containing the segmentation profile project items.

File

Muestra de código

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")

Información de licenciamiento

  • Basic: Requiere Business Analyst
  • Standard: Requiere Business Analyst
  • Advanced: Requiere Business Analyst

Temas relacionados