i have the current dataframe:
df = pd.DataFrame({"A":[1,2,-3,-4,5], "B":[1,-2,3,-4,5]})
i want to rep