Discretize by user specification

denhojer
denhojer New Altair Community Member
edited November 5 in Community Q&A
I am trying to disctetize an attrabute call price into 3 different bin ranges i am usining the correct process but not getting the correct end result, i was wondering is this because the € symbol is been used in the  price column.ie Price =€10000, €20000,€40000 etc. If anybody has any sugguestions on how to solve my problem would be great. Thanks
Tagged:

Answers

  • Hello,

    The attribute is polynominal if there are euro symbols being used in the values. This means it must be converted to numerical in order for discretizing to work. If you remove the euro symbol or replace it with a blank, then guess the type using the guess types operator, you should end up with a numerical attribute that you can work with.

    Regards

    Andrew