I have written a python notebook in ArcGIS Online. It reads an existing feature layer, queries it and calculates new fields, then creates a summary table using pandas groupby. I want to make this table available to users.
How can I export a non-spatial pandas dataframe to a feature layer/table that an AGOL user can download. Or a similar solution. Right now, a user would have to run the notebook and copy the displayed summary table to clipboard. The users are not comfortable with code.