I have the dataset of rainfall data that has NaN (mm) rainfall values for each date. Rainfall datas are from different stations with Longitude and Latitude.
I would like to know how I can loop and fill the NaN values using rainfall value from another nearby rainfall station on the same date.
I would then like to keep the final csv product with all the NaNs replaced with 'nearest neighbour' values.
Thank you so much for your help!