I've created a blankΒ spatially Enabled DataframeΒ with columns,Β
I'm attempting to append an a row to the Dataframe, which I'm doing successfully,Β
but as I append a row it overwrites the SHAPE column of all previous rows.
sdf.append(some_row, ingore_index=True)