df['below_object'] = df.loc[nearest_dest_ids_vert, 'Object'].values Because of this line I am getting this error. Any idea for avoiding this error ?
Because of this line I am getting this error. Any idea for avoiding this error ?