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
Could not identify DATE
![pantangi_shekar](https://us.v-cdn.net/6030995/uploads/defaultavatar/nCCNNSPK1YM69.jpg)
![](https://s3.amazonaws.com/rapidminer.community/vanilla-rank-images/contributor-16x16.png )
Hello all,
I have a column named DATE which has values in the following way
DATE
20100321
20100427
When I imported the dataset(where the DATE column is taken as integer) and used "type operator - NUMERICAL TO DATE", the result was surprising. All the dates are in the following way
DATE
jan 1, 1970
jan 1, 1970
Did anyone face this issue? I do not know how to change the format of the DATE column so that rapidminer could recognize it as a date.
I appreciate your help and thanks in advance.
Best,
Raj.
0
Answers
You need to use a Nominal to Date opeartor and set it correctly to yyyyMMdd
Hi,
The issue with Numerical to Date is that is interprets the numerical value as milliseconds starting from a certain point in time, i.e. Jan 1st 1970.
I recommend the solution Thomas proposed but be sure to import the Data not as integer but as nominal.
Best,
Edin