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
CSVExampleSource and Numeric?
Hi,
I try to load a .csv file with lines as so:
64977,0.0542555,0.0531881,0.053273,0.0528606,0.0520237
through CSVExampleSource. The first column I declare as label. The rest gets converted to 'Nominal' instead of how I'd expect to Numeric.
I tried NominalNumbers2Numerical, but it does just nothing: the attributes stay nominal.
(I can work with ExampleSource - but what is CSVExampleSource good for then?)
Kind regards Stefan
I try to load a .csv file with lines as so:
64977,0.0542555,0.0531881,0.053273,0.0528606,0.0520237
through CSVExampleSource. The first column I declare as label. The rest gets converted to 'Nominal' instead of how I'd expect to Numeric.
I tried NominalNumbers2Numerical, but it does just nothing: the attributes stay nominal.
(I can work with ExampleSource - but what is CSVExampleSource good for then?)
Kind regards Stefan
0
Answers
So, next time I'll print out my .csv files and read them in my leisure time before I give them to RM
Stefan
1,234 for example.
This is a horrible thing to have happen when you save it as a csv!
regards,
Steffen
just a short comment: If you get your files into excel, you simply might import it from the excel file directly. This way you come around the problems with separator and number formating.
Greetings,
Sebastian