I need help with creating 3D from multiple 2D profiles of electrical resistivity data

I need help creating 3D image like the one below out of 2D images. My data is a CSV file. The data structure consists of 4 columns - longitude latitude depth resistivity_change. I can share a small part of my data is you request.

.

This is what I have done so far

  1. I uploaded my csv file
  2. Filter-alphabet-Table to Points
  3. On property, I specify my x,y,z and apply.
    The result I got were series of points in a straight line.

Hi @Adetokunbo_Peter !

If you data are structured (i.e. you provide value for each cell in an i-j-k manner), you may use the Table to Structured Grid filter.

Otherwise, please share you data.

Best,