Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Want to convert column datatype from Polynominal to Numeric
sgnarkhede2016
Member Posts: 152 Contributor II
in Help
Hello ,
I have dataset that conatins data like below want to convert type of column contain AMOUNT other AMT columns numeric but AMOUNT column datatype polynominal
I have dataset that conatins data like below want to convert type of column contain AMOUNT other AMT columns numeric but AMOUNT column datatype polynominal
Cust | GOOD_BILL_AMT | GOODS_ADV_AMT | TRD_BILL_AMOUNT | BILL_AMOUNT |
101 | 122 | 111 | 111 | 1111 |
101 | 122 | 111 | 111 | 1111 |
101 | 122 | 111 | 111 | 1111 |
0
Answers
In this case you can use the Parse Numbers operator.
Best,
Cesar