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
Import Data Mismatched
hongxiangy
Member Posts: 3 Contributor I
When I was trying to import data from excel, and the id of the data shown in the RapidMiner is not matching the ones in excel. I've tried to change the type, however, it doesn't work.. Any idea why this is happening and how to solve the problme? Thanks!
0
Best Answer
-
zprekopcsak RapidMiner Certified Expert, Member Posts: 47 Guru
I did a quick test and this is actually an Excel data representation issue. If you create a CSV file including the following three lines:
id
802334127760489980
624764543663741950and open it in Excel then it will show it as
id
802334127760489000
624764543663741000Tested with Excel 2016 for Mac.
1
Answers
Please post your excel file and the XML code of your process.
Is your excel column using Rounding?
Thanks. Below is the XML code and I've attached part of the excel file.
Hi Thomas, I don't think the numbers are rounded in the excel file. I'm guessing the number is out of the range of the Rapidminer's "real number type"? Any idea how to fix the problem? Thanks a lot.