Hi,
I have a python script node where the program assigns value to the empty columns 3 and 4. Attached is the image and also attached the workflow.
If I do the same code in jupyter notebook, the updated dataframe shows the results where the last two columns are updated.
Please let me know what I am missing.
I essentially would like to know if I can use this approach to update more than 2 columns in a pandas dataframe at the same time.
python script node.knwf (20.5 KB)
Thanks.