To output to the Reporting documents of the workspace, add RouteOutput([name of dataframe variable],'[Name of Spreadsheet']). For this example, we will use : RouteOutput(df,'Characteristics'). To make the spreadsheet output available for downstream nodes of Python node, add RouteOutput(df,'Characteristics',AsDownstream = True) as shown below: