Moving percentages on Python – Pandas

you should use the float option to run on each line.
df[“DAY”].astype(float)
and then you can do regular math on it.

Leave a Comment