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
"Problems in importing a .csv file to Rapid Miner"
kushanibanu
Member Posts: 3 Contributor I
Hi All,
I am using Rapid Miner 5.0.010 version in a data mining project (A churn prediction system uding decision tree approach).
When I create a data set by importing a .csv file the data set gets created successfully, but some attribute values in some records are displayed as missing values. (Question marks are displayed in value field). But these values are not actually missing in .csv file.
That is data in .csv file and data set are incompatible.
Data Set contains about 26 fields and 20000 records. Values are always missing in same 6 fields (Only in some records).
Does anyone have a solution for the problem?
Thanks
I am using Rapid Miner 5.0.010 version in a data mining project (A churn prediction system uding decision tree approach).
When I create a data set by importing a .csv file the data set gets created successfully, but some attribute values in some records are displayed as missing values. (Question marks are displayed in value field). But these values are not actually missing in .csv file.
That is data in .csv file and data set are incompatible.
Data Set contains about 26 fields and 20000 records. Values are always missing in same 6 fields (Only in some records).
Does anyone have a solution for the problem?
Thanks
Tagged:
0
Answers
i would guess that the reader can not parse these values. If you post a snippet from your data with one column and two rows where in one row the data is correctly read and in the another not, than i can have a look.
Marcin
Thank you for the reply. It seems a data formatting issue and got solved the problem. When opened the .csv file in Excel, made all the fields General and then again imported the file to RapidMiner, it worked well.
Thanks again.
Kushani
Hello I have a problem when importing .csv file:
Failed to parse the content in column "INF"
Cause: Unparseable number: "cousin"
can you help me please
Thank you
The data type is set to numerical and it's expecting either a real or integer. Since you have cousin in it, it's throwing an error. Set the data type to Polynominal in the import wizard and it should work.