Introduction
Column transformations let you change or create new columns based on existing data. This helps you clean, format, or analyze your data more easily by applying simple changes to whole columns at once.
When you want to change all dates in a column to a different format.
When you need to combine first and last names from two columns into one full name column.
When you want to convert all text in a column to uppercase or lowercase.
When you want to calculate a new column, like total price from quantity and unit price columns.
When you want to remove extra spaces or unwanted characters from a column of text.