Introduction
We create new columns to add extra information or calculations to our data table. This helps us analyze data better.
You want to calculate a new value from existing columns, like total price from quantity and price per item.
You need to label data based on conditions, like marking students as pass or fail based on scores.
You want to add a constant value to all rows, like a new column showing the data source.
You want to combine text from two columns into one, like full names from first and last names.