Data Center
  • Data Center
    • Homepage
    • Data Connectors
      • Create Data Connector
      • Data Connector List
        • Edit Data Connectors
        • Create Option
        • Reconnecting to a Data Connector
        • Sharing a Data Connector
        • Delete a Data Connector
      • Supported Data Connectors
        • Database Connectors
          • MySQL
          • MSSQL
          • Elastic (Beta Release)
          • Oracle
          • ClickHouse
          • Athena
          • Arango DB
          • Hive
          • Cassandra
          • MongoDB
          • MongoDB for BI
          • PostgreSQL
          • Snowflake
          • Pinot
        • File Data Connector
        • API Connectors
          • API Connector
          • Amazon
          • App Store
          • Bing Ads
          • Dropbox
          • FTP Server
          • Facebook
          • Facebook Ads
          • Firebase DB
          • Fitbit
          • Flipkart
          • Google AdWords
          • Google Analytics
          • Google Big Query
          • Google Forms
          • Google Sheet
          • HubSpot
          • Jira
          • Lead Squared
          • Linkedin
          • Linkedin Ads
          • MS Dynamics
          • Mailchimp
          • QuickBooks
          • SalesForce
          • ServiceNow
          • Twitter
          • Twitter Ads
          • Yelp
          • YouTube
          • ZOHO Books
        • Others
          • MS Sql Olap
          • Data Store
          • OData
          • Spark SQL
          • AWS Redshift
          • SAP HANA
    • Data Sets
      • Creating a New Data Set
        • Creating a New Data Set using RDBMS Connector
        • Creating a Data Set using Arango DB Connector
        • Creating a Data Set using the Pinot DB Connector
        • Creating a Data Set using an API Connector
        • Creating a New FTP Data Set
        • Creating a Data Set based on an Elastic Connector
      • Data Set List
        • View Options: Data Sets List Page
        • Data Set List: Actions
          • Reset Filter Option
          • Editing a Data Set
          • Sharing a Data Set
          • Publishing a Data Set
          • Push to VCS
          • Pull from VCS
          • Deleting a Data Set
          • Data Preparation
    • Data Stores
      • Creating a New Data Store
        • Data Store using an RDBMS Connector
        • Data Store using an API Data Connector
      • Data Stores List
        • Edit a Data Store
        • Refresh Data for a Data Store
        • Store Info
        • Sharing a Data Store
        • Adding Synonyms to a Data Store
        • Refresh Synonyms
        • Push to VCS
        • Pull from VCS
        • Delete a Data Store
    • Data Store Meta Data
      • Creating a New Meta Data Store
      • Data Store Meta Data List
        • Editing Meta Data Store
        • Store Details
        • Adding Synonyms to Meta Data Store
        • Refresh Synonyms
        • Sharing a Data Store Metadata
        • Deleting Meta Data Store
    • Data Sheets
      • Creating a New Data Sheet
      • Editing a Data Sheet
      • Refresh Data
      • Data Sheet Info
      • Publishing a Data Sheet
        • Entering Data
        • Applying Filter
        • Deleting a Row
      • Removing a Data Sheet
    • Data Sandbox
      • Creating a New Data Sandbox
      • Data Sandbox List
        • Upload File Status
        • Using the Data Preparation Option
        • Deleting a Data Sandbox
        • Create Data Store
        • Reupload
        • Preview
        • Create Datasheet
    • Data as API
    • Data Preparation
      • Accessing the Data Preparation Option
      • Data Preparation Workspace
        • Data Preparation Landing Page
        • Profile Tab
        • Transforms
          • Advanced
          • Anonymization
          • Columns
          • Conversions
          • Data Cleansing
          • Dates
          • Functions
          • Integer
          • ML
          • Numbers
          • String
        • Steps
      • Data Preparation List
        • Rename
        • Edit
        • Delete
Powered by GitBook
On this page
Export as PDF
  1. Data Center
  2. Data Preparation
  3. Data Preparation Workspace
  4. Transforms

Integer

This transform helps to performs arithmetic operation on the selected numerical column.

PreviousFunctionsNextML

Last updated 2 months ago

The Integer data transform performs arithmetic operations on numerical data by applying basic mathematical operations to each data point in a dataset. These operations include addition, subtraction, multiplication, and division. The purpose of these transformations is to modify or manipulate the data in some meaningful way, allowing for easier analysis, visualization, or computation.

  • Addition (+): This operation involves adding a constant value to each data point in the dataset. It can be useful for tasks such as shifting the data along the axis or adjusting the data to a new reference point.

  • Subtraction (-): Subtraction subtracts a constant value from each data point. In addition, it can be used to shift the data, but in the opposite direction.

  • Multiplication (): Multiplication scales each data point by a constant factor. It can stretch or compress the data along the axis, altering its magnitude.

  • Division (/): Division divides each data point by a constant value. It can be useful for normalizing the data or expressing it in relative terms.

  • Modulus(%): The Modulus divides the given numerator by the denominator to find a result. In simpler words, it produces a remainder for the integer division.

These arithmetic operations can be performed on individual data points or entire datasets. The operations are straightforward and commonly used in data processing and analysis.

For example,

  • Users can add a constant offset to calibrate the measurements when dealing with sensor readings.

  • In financial analysis, you might multiply data by a scaling factor to adjust for inflation or currency conversions.

Check out the given walk-through on how to use the Addition, Subtraction, and Multiplication options under the Integer transform.

Steps to use the Integer Transform:

  • Navigate to the Data Preparation workspace.

  • Select a numerical/ Integer column from the dataset.

  • Open the Transforms tab.

  • Select the Add, Multiply, Subtract, Mod, or Divide transform provided under the Integer category.

  • The Add, Mulitple, Subtract, Mod, or Divide dialog box opens.

  • Provide the following information to apply the integer transform.

    • Enable the Create a New Column option using the checkbox.

    • Provide a name for the newly created column,

    • Operator: There are five arithmetic operations to choose from ( +, -, / , *, %). Select any one operator.

    • Use with: The operation can be performed between two columns and to a column based on a value. The user can select Value or Other Column from the Use with dop-down icon.

    • Operand/Column:

      • The arithmetic operation needs an operand if it is to be used with a value.

      • The arithmetic operation needs another column if the selected Use With option is Column.

Please Note: The first operand is one on which the operation is being performed. The second operand can either be a value or other numerical column based on the choice of use with an option.

  • As a result, a new column gets added with the multiplied values of the Marks.

Check out the following illustrations with Addition, Subtraction, Mod, and Percentage operations.

Addition Operation
Subtraction Operation
Division Operation
Modulus Operation