The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[Solved] How can I convert the polynomial data type to real?
Hi all,
I try to read a csv file which has an numberic attribute written in German format, for example: price : "100,52". So rapidminer don't understand the comma, so it consider the attribte as "Polynomial".
Is there any operator, which convert the polynomial data type to real? For exsample: The polynomial value "100,52" to numeric value 100.52 ??? I tried the operator "Nomial to Numerical", but it does not do the job what I want.
Thanks in advance!
I try to read a csv file which has an numberic attribute written in German format, for example: price : "100,52". So rapidminer don't understand the comma, so it consider the attribte as "Polynomial".
Is there any operator, which convert the polynomial data type to real? For exsample: The polynomial value "100,52" to numeric value 100.52 ??? I tried the operator "Nomial to Numerical", but it does not do the job what I want.
Thanks in advance!
0
Answers
For an existing example set there is also the "Parse Numbers" Operator, which tries to parse nominal values as number.
Hope this will help you.
Regards,
David