Problem with import of excel file

LeMarc
New Altair Community Member
Hello,
I tried to import data from an excel file. However theres always an error message which says
"Failed to parse the content in column 'sales':
Cause: unpearsable real numbers:"-" "
Within the feature sale there are some values of 0.
Does anyone have a suggestion how to solve?
Thank you!
0
Answers
-
Hi @LeMarc,seems like some of your "numbers" are rather something like 1-2?I would recommend to use "read all columns as polynominal" option and parse the numbers later.Best,Martin2
-
Hi, problem is solved. I changed the format of column sales. Thanks!
0 -
You may also have missing values or zero value represented by the hyphen "-" in which case you can use declare missing value or replace operator to solve that problem.
1 -
@Telcontar120 Thanks for the hint!
0