Kuwala Docs
  • 🎉What is Kuwala?
  • 🚀Launching Kuwala
    • 🧑‍💻Running in development mode
  • 🔀Transformation catalog
    • 🕗Time
      • Compare with date
      • Get date
    • 📑Text
      • Contains keyword
      • Filter by keywords
      • Filter by regex
      • Replace string
    • 🧮Numeric
      • Add columns
      • Apply operation
      • Compare with number
      • Divide columns
      • Text to number
    • 🌍Geo
    • 🔗Merging
      • Join by ID
      • Union
    • ⚙️General
      • Group by columns
      • Is false
      • Is not null
      • Is true
      • Remove duplicates
      • Remove null
      • Replace null
  • 🤓Contributing
    • ➕Adding Transformations
Powered by GitBook
On this page
  • Description
  • Parameters
  1. Transformation catalog
  2. General

Group by columns

Description

With this transformation, you can group rows together based on a set of columns and aggregate the values of other columns.

Parameters

  • group_by_columns

  • aggregated_columns

    • Options: count, max, min, sum, avg

Syntax for aggregated_columns is COLUMN_NAME + "KUWALA_AGG" + COLUMN_AGG.

PreviousGeneralNextIs false

Last updated 3 years ago

🔀
⚙️