I am attempting to scrape data from a website and publish it as a feature layer to ArcGIS Online. I have been using the sample notebook (HTML table to Pandas Data Frame to Portal Item | ArcGIS for Developers ) as guidance for the pandas data frame to portal item bit. my problem is that after importing the data frame the resulting feature collection is empty: Can anyone help me understand why it's empty? Is there maybe a characteristic of the data frame that it doesn't like? Is there a small detail I've overlooked? Thanks, Yvette
... View more