ich have a CSV-File containing one column with Date values. Now i need
to somehow create another column containing the difference of days
between the current row and the previous one. I found out how i could
calculate this difference, but i don't know how i can access the data of
the previous row. Any suggestions/solution?