Calculate growth rate

I need to iterate through existing rows in datatable column and get a resulting column with a growth rate using formula: growth_rate = row_value / row_value_fromPreviousIteration
i count on your help!