I have the following dataframe called df, I want to do a backfill when a 1 appears in any column, and fill backwards until a number appears or failing that, backfill til a set number. So let’s say the set number to reduce o to is 0 and the decrement is 0.1, it should look like this, Can this be