I have one data frame and with approx 4000 rows and the spacing between the rows are not equal. So, I want to make spacing equally. for example:
len1 len1
1.133124 1.0
1.251545 1.5
1.455714 2.0
1.641502 2.5
1.864047 3.0
2.066187 3.5
Like this way. Please help me, I am a beginner.