Descriptive Statistics in ArcGIS Pro

Revised 31 May 2026

When you begin working with a new data set, your first step is usually to explore that data to find out what is in the data and whether it will meet the needs of your project.

Descriptive statistics are calculated values that summarize data. ArcGIS Pro provides a number of tools for calculating and visualizing descriptive statistics to facilitate exploration of data.

This tutorial covers techniques for exploring geospatial data with descriptive statistics in ArcGIS Pro.

Loading and Mapping Data

ArcGIS Pro is fundamentally a mapping program, so the first step in exploring data in ArcGIS Pro is to import and map the data.

For the examples in this tutorial, we will use two feature classes:

Mapping permits visual analysis of geospatial data for answering general where questions.

In ArcGIS Pro, Under Analysis, run the Export Features tool to export the feature service data into the project geodatabase.

Exporting the feature service data into the project geodatabase

Metadata

Metadata is data about your data. When working with a data set for the first time, you should investigate whether metadata is available for the data set that will answer critical questions about whether your data is appropriate and trustworthy.

Because metadata is created separately from the data and is tedious to create and maintain, metadata is often incomplete and out-of-date.

When working with an ArcGIS Online feature layer, you will need to go into ArcGIS Online, create a map, add the layer, and then view the information page.

In some cases, the information page will link to additional information on the data.

Viewing feature layer metadata

Attribute Table

You can view the attribute table for a feature class by right-clicking on the layer in the Contents pane and selecting Attribute Table.

The total number of features in the feature class is listed below the table.

Viewing the attribute table

To view details on the attribute data types, click the menu icon at the top right of the attribute table and select Fields View.

The Fields View can be used to answer questions like:

Fields view

ArcGIS Pro fields can have a variety of has a variety of different data types. When you are creating new feature classes or modifying existing feature classes, you will need to decide which types to use.

Distribution

The distribution of a variable is the manner in which the values are spread across the range of possible values.

A quantile shows the values in a distribution below given percentages of the population.

Calculate Statistics

Descriptive statistics available in ArcGIS Pro allow you to answer questions about individual data fields.

To view descriptive statistics for selected attributes:

  1. In the Contents pane, select the layer.
  2. Select Data, Data Engineering.
  3. Drag fields into the viewing area, or just select Add all fields and calculate.
Data engineering

Histograms

Histograms are charts commonly used to visualize distributions by showing bars with the number of entries in different ranges of values.

Histograms are used to answer the question, "How are the values in a variable distributed across the range of possible values?"

Example histograms
Histograms of common types of distributions

The histogram below shows that half of all census tracts in Illinois over the 2020-2024 period had a median household income of 87,860 and the distribution is skewed to the left, with a handful of tracts having unusually high incomes.

  1. In the Contents pane, select the layer.
  2. Select Data, Visualize, Create Chart, Histogram
  3. Number: Median_Household_Income
  4. Statistics: Mean, Median and Std.Dev.
  5. Under General properties, remove the unnecessary title to leave more space for the visualization.
  6. If desired, Export As Graphic.
Creating a histogram to view the distribution of values in a field.

Rank Order Bar Plot

The rows with the highest and lowest values in the distribution can be displayed by viewing the Attribute Table and right-clicking on the field you want to use to sort the table.

A rank order graphic or table displays the values in a variable sorted highest to lowest.

To create a bar plot showing the highest and lowest values in rank order:

  1. Copy and Paste the data layer in the Contents pane to duplicate it (Top Hospitals).
  2. View the attribute table to find the threshold for highest and lowest values (18 and 651 beds).
  3. Under Properties, add a Definition Query to list only the highest and lowest values based on thresholds from the attribute table.
  4. You can select rows in the attribute table to find the features on the map.
  5. Under Data, Visualize, Create Chart, create a Bar Chart.
  6. If needed, Export the chart.
Rank order bar plot

Categories

If you have a categorical variable that divides your features into groups, you have a variety of options for exploring the differences between the groups.

Classification

Classification of a continuous value involves assigning features to specific classes or groups based on ranges of values.

ArcGIS Pro has a number of classification methods that can be used when mapping quantitative values (ESRI 2026):

If you need to preserve categories for analysis, you can use the Reclassify Field tool to create a field with classified categories based on ranges of values in a quantitative field.

Classifying a continuous variable into a categorical variable

Category Counts

You can create a chart of counts for the number of rows associated with the different values of a categorical variable to answer questions like: How many more small hospitals are there than large hospitals.

Category counts

Distribution Comparison

Box and whisker plots (box plots) display distributions as quartile boxes with whiskers and outlier dots showing the full range of values.

Figure
Parts of a box and whisker plot

Box and whisker plots are useful for comparing the distributions of quantitative variable for different groups defined by a categorical variable and answering questions like: Are level 1 trauma centers generally larger than level 2 trauma centers?

For this hospital data set, there is a TRAUMA categorical variable that indicates whether it level 1 or 2 trauma center. We can use that to compare bed capacities between the different types of hospitals.

Box plot

Points and Polygons

While points and polygons are very different representations of spatial phenomena, there are situations where your data is in polygons and your analysis would be easier with points, or vice versa.

Centroids

The centroid of a polygon is the geometric center that is at the minimum distance from all possible points that could be located in a polygon. Centroids are are useful simplifications of areas for cartographic or analytical purposes when area representations would add unnecessary clutter to a map. Points are also useful for symbology with pictograms, such as a map of restaurants or hospitals.

Open the Feature to Point tool to create a feature class of centroids for the areas (census tracts).

Symbolize the features. You can adjust the drawing order if you want a particular class of centroids to be displayed over others.

Centroids

Voronoi Polygons

Voronoi polygons are polygons around points that each contain one point and have edges that evenly divide the areas between adjacent points. Voronoi diagrams are named after Russian mathematician Georgy Feodosievych Voronoy. They are also sometimes called Thiessen polygons after American meterologist Alfred Thiessen (Wikipedia 2023).

While Voronoi polygons are a useful way of visualizing points as areas, the polygons are mathematical abstractions that may not represent actual areas of influence or jurisdiction in the real world, and care must be taken to communicate that limitation.

Open the Create Thiessen Polygons tool.

Creating Voronoi polygons

Hulls

Points can also be bound by hulls to more-clearly demonstrate the spatial extent of the points, such as when you need to visualize a service area for a utility or transit service.

Creating a convex hull

Centrographics

Centrography is "statistical analyses concerned with centers of population, median centers, median points, and related methods" (Sviatlovsky and Eells 1939). Much like general statistical measures of central tendency, centrographic measures can be useful for summarizing large amounts of data, assessing change over time, and optimizing proximity.

Mean Center

The mean center is the point at the mean of all latitudes and mean of all longitudes for a group of features.

When working with points of interest, the mean center represents an optimal location with the minimum amount of Euclidean distance to each point of interest. Mean centers can be useful for answering questions line:

Although mean centers can be used in planning to minimize travel distance from peripheral locations (such as for distribution hubs or professional conferences), mean centers may not represent perfectly optimized travel distance since transportation networks or physical obstacles may impose indirect routing and access.

The Mean Center tool creates a new feature class with one point at the mean center.

Repeating with the mean center of the population by census tract shows that hospital beds are generally well aligned with population in Illinois.

Mean center

Standard Deviational Ellipse

A standard deviational ellipse visually summarizes the center, dispersion, and directional trend of a set of features. Standard deviational ellipses can be used to visually compare spatial distributions of differing sets of points.

Standard deviational ellipse