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. Numeric

Compare with number

Description

With this transformation, you can filter a table by comparing a numeric column with a given value.

Parameters

  • column

  • comparator

    • Options: equal, not_equal, less, greater, less_or_equal, greater_or_equal

  • comparison_value

PreviousApply operationNextDivide columns

Last updated 2 years ago

🔀
🧮