I am processing data in Python using PANDAS and I have column of data that I need to identify when a value changes from AB to DB AND flag the value. Ideally create a new Column with the Time Stamp of the "DB" value enter image description here I can do this in excel but having issue in Pandas
Asked
Active
Viewed 9 times