I know how to output a Python pandas DataFrame with the Python scripting API as knio.output_tables[0] = knio.Table.from_pandas() function, but how do I output a python list? Nothing I have tried works.
@Bob_Nisbet you could take a look at this example. You might have to convert to a pandas dataframe first.
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.