Edit baris jika STR berakhir dengan panda

df.loc[df.stime.str.endswith('+2'), 'edate'] = pts['sdate']+1
Annoying Armadillo