This is my data frame How can i copy the Previous Record and Paste as Last Record, clear Values ONLY and then add to same data frame.
Record Data Cust_Name Position Val Formula id
0 41 30 John Developer 41 21.0 =CONCATENATE(B2, "-",D2)
1 51 40 Tom Developer 51 40.0 =CONCATENATE(B3, "-",D3)
2 32 21 Bruce Tester 11 NaN =CONCATENATE(B4, "-",D4)
3 71 60 Mamooty Developer 51 NaN =CONCATENATE(B5, "-",D5)