Dataframe fill column with previous value until condition
Advertisements I have a dataframe that looks like this: Step Text Parameter 15 print 1 16 control 2 17 printout 3 18 print2 1 19 Nan 2 20 Nan 3 21 Nan 4 22 Nan 1 23 Nan 2 24 Nan 1 And I want my dataframe to look like this: Step Text Parameter 15… Read More Dataframe fill column with previous value until condition