@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)
@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)