I am searching for fastest method to get each value in my column with only two digits after dot without using round()
round()
pd.Series:
input:
Floor div
s//0.01/100 0 1.42 1 12.33 2 111.66 3 2.05 Name: dol, dtype: float64