The conversion of a table to a pandas spatial data-frame recently stopped working for us. Was there a change to the API recently? Is there a limit on the number of records this function can process? Other datasets of ours are working fine with the same code. Here is what we are trying:
feature_layers = gis.content.get('xxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
data = pd.DataFrame.spatial.from_layer(feature_layers.tables[0])