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)