Add a new column from an existing column with a calculation from the previous column
Here we have an existing column present in the data frame. from the existing column Marks, we will create a new column whose values will the calculated value from the Marks column. And the name of the new column will be NewMarks.