Hi,
When trying to export a spatially enabled dataframe to a feature class in SDE or as a shp, the featureclass retains it's geometry, but all attributes result in NULL values in the exported feature class. If i perform an export to AGO using to_featurelayer, then the attributes are exported as expected.
The command used is:
test_sdf = pd.Dataframe.spatial.to_featureclass(location=**sde connection here**)
Any thoughts appreciated!