Hello
I have a two column table.
column1: Latitudes
column2: sardine
I want to add the values of the sardine for each step of 0.5 of latitude.
that is to say add the value of the sardine for each 0.3 of latitude.
for example :
the sum of the sardine values between latitude 25.0 and 25.3 will be assigned to latitude 25.0
and so on for all the latitude
In future, it would be nice if you provide copy-and-paste-friendly data by preparing a reprex. Please read the guide below for a tutorial on how to do so.