Displaying 1 result from an estimated 1 matches for "trans_valu".
Did you mean:
trans_value
2012 Oct 09
1
How to create a column in dependence of another column
Hi there,
I'm sorry for the bad subject decision. Couldn't describe it better...
In my dataset called "dataSet" I want to create a new variable column called
"deal_category" which depends on another column called "trans_value".
In column "trans_value" I have values in USDm. Now what I want to do is to
give these values a category called "low", "medium" or "high". The
classification depends on the size of the values.
"low", if value in "trans_value" is &...