Atlas logo
⌘K

Documentation

Getting Started
Data
Maps
Builder
Workflows
Forms
Sharing & Collaboration
Projects & Management
Connections

Aggregate by Attribute

Group features by a column value and calculate statistics

Description

This component groups features that share the same value in a chosen column and calculates summary statistics (mean, sum, min, max, median, standard deviation, unique count, mode) for numeric columns within each group. The result is one feature per unique group value, with a new attribute for each statistic.

Inputs

  • Input dataset [Dataset]
  • Group by column [Column] — the column used to form groups
  • Columns to analyze [Column] — (optional) numeric columns to calculate statistics for; leave empty to include all numeric columns
  • Statistics [Selection] — one or more of: mean, sum, min, max, median, std, unique_count, mode
  • Include count [Boolean] — whether to add a column showing the number of features in each group

Outputs

  • Result dataset [Dataset]

Use Cases

  • Summarising sales figures by region or product category
  • Calculating average sensor readings grouped by device ID
  • Counting the number of incidents per municipality
PreviousDivide by GeometryWorkflows
NextDuplicateWorkflows