Data Aggregate

Data Aggregate

Input Data

Inputs

*Target Data

Data input

*Output Name

Name of the data after aggregation

*Aggregation Items

Columns to perform aggregation.

  • Aggregator: user-selected aggregation method(Sum, Count, etc) .

  • Variable Name: name of selected column.

  • Alias Name: name of the column after aggregation.

Grouping Items

A set of columns C. Before performing aggregation, data in Aggregation Items will be grouped by unique value sets in C.

Workflow Example

R-Flow Task Example Video

Python Package

https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.aggregate.html

Last updated