Create new column in Orange using Python Scripting Widget
1
$begingroup$
This is a fairly basic question. How do you create a new column in Orange - based upon an existing column? For example: NewCol = 2 * ExistingColumn or NewCol = len(ExistingColumn) I would like to use the Python Script Widget - not the feature widget.
python orange
share | improve this question
edited yesterday
Ethan
580 2 22
asked yesterday
Orange User Orange User
6 1
New contributor ...