I am new to Python and this is my first post, so I apologize for any ambiguous phrasing.
I have a table with column A that increments from 1 to 5 for several iterations. I'd like to scan column A and where this pattern doesn't match insert the correct number for A, copy column C and leave a missing value for column B.
Just inserting a row with missing values at the correct place would be helpful.
