Hello, we are exploring the use of ArcGIS Notebook within ArcGIS Pro and was hoping this community could help with a problem we have run into. Our ultimate goal is to retreive data from a Google Sheet we use and join that data to a feature layer (polygon) within ArcGIS Pro, which we will then look to automate web publishing to one of our ArcGIS Online maps. I have had someone develop some python that retreives our Google Sheet data (see attached). We are trying to figure out how to convert this data frame to a stand alone table so that we can join with our feature layer. We wanted to see if this is possible? If not, we were thinking that we need to some how execute the join between the feature layer and the Google Sheet (now in our data frame) all through ArcGIS Notebook, if possible. Please note both the Google Sheet data and feature layer will be update frequently so we are trying to automate this process. Any advise is greatly appreciated!