Skip to content
Advertisement

how to subtract two values in my dataframe

I get this csv from my program and i want to get the “thickness”/difference of each of my Depth values. So for example 3998 - 4002 = -4 is there a way to use this csv or is it useless because i couldn’t find anything that would solve my problem.

JavaScript

Advertisement

Answer

This could also be done:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement