Scale data to -1 to 1

I have rows of data containing numbers in the range of "-finite to finite". I want to transform this number to the range of "-1 to 1" as it shows polarity. I would like to enter the result into a new column inside the same dataframe. Here’s a sample of my data… df = pd.DataFrame({… Read More Scale data to -1 to 1