Knime - Python Script none type object has no Attributes as_py

@LukeParkes welcome to the KNIME forum. You will have to convert the pandas dataframe (if it is one) back to Arrow before bringing it back to KNIME.

# data from python (pandas) to KNIME
knio.output_tables[0] = knio.Table.from_pandas(sh_w) 
3 Likes