🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Discretize by user specification

User: "denhojer"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Andrew2"
    New Altair Community Member
    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