How does one calculate area for each feature in a Spatially Enabled Dataframe? I read it in from a shapefile and need the acreage of each feature. I also would like to store the area as a new column. This should be simple but I can't find a straight forward answer that works, I've referenced the two similar posts. Thank you!
sedf = pd.DataFrame.spatial.from_featureclass(myShapeFile)