I have a column I need to modify it into Discount Discount DR 2.00 2 1/1 1 2/1 2 5/ 4 3/2 3 12.00 8.00 12 3/2 3/2 3 16.00 24.00 16
Я пытался использовать
data["DISC_PCT"].map(lambda x: x.lstrip('DR').rstrip('.00'))