I’m using the Python script module in KNIME. I have a Pandas dataframe generated in the end. I’m able to run the notebook from KNIME using the Python module but can’t import that dataset to output_table.
Is the notebook cell that produces df_final_final tagged “export”? If not, you need to remove the only_include_tag option in your call to load_notebook (line 4 in the screenshot) or, alternatively, add the tag to the relevant cell(s).
And using np.df_final_final instead of only df_final_final still does not make a difference?
Could you upload your knime.log file? It contains some more information about the error, which could help in finding the underlying problem.
In order to tag notebook cells in Jupyter, you first need to unhide the tag toolbar via View > Cell Toolbar > Tags. You can then type the desired tag into the text box above each cell and click Add tag.