Closed tussbaum closed 5 years ago
added variable: sgal_shape_df['calculated']=np.full(len(sgal_shape_df), False, dtype=bool)
In beginning of loop: if sgal_shape_df.iloc[i]['calculated']==True: i+=1 continue
at end of loop(if it got through the first if statement): sgal_shape_df.loc[index,['calculated']]=True
Great! Move the relevant issue in the
added variable: sgal_shape_df['calculated']=np.full(len(sgal_shape_df), False, dtype=bool)
In beginning of loop: if sgal_shape_df.iloc[i]['calculated']==True: i+=1 continue
at end of loop(if it got through the first if statement): sgal_shape_df.loc[index,['calculated']]=True