get the input values in a Pandas df in Python Script

Hey Folks,

I need to get the input field values as an output in a pandas df. I already have two columns in the output and I need this input values as an additional column into the same df.

Sample Input:

image

I need the ouput like below.

image

And the values for the Name column are the input in the script.

Hello @JonamDeju
I don’t really understand the scope of this challenge, and the relation with Py Script (as suggested from topic name).

What I see is a simple split/extract from $Username$, that it seems easy to achieve with KNIME base nodes.

Can you extend further the context of this challenge?

BR

4 Likes