Frequency (Analysis)

ArcGIS Pro 3.4 | | Help archive

Summary

Reads a table and a set of fields and creates a new table containing unique field values and the number of occurrences of each unique field value.

Usage

  • The output table will contain the field Frequency and the specified frequency field(s) and summary field(s).

  • The output table will contain the frequency for each unique combination of the specified frequency field(s).

  • If a summary field is specified, the unique attribute values of the frequency calculation are summarized by the numeric attribute values of each summary field.

  • When using layers, only the currently selected features are used in calculations.

Parameters

LabelExplanationData Type
Input Table

The table containing the field(s) that will be used to calculate frequency statistics.

Table View; Raster Layer
Output Table

The output table that will store the frequency statistics.

Table
Frequency Field(s)

The field(s) used to calculate frequency statistics. Each unique combination of field values will be included as a new row in the output table.

Field
Summary Field(s)
(Optional)

The attribute field(s) to sum and add to the output table. Values will be summed for each unique combination of frequency fields. Null values are excluded from this calculation.

Field

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics