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

How to change type of columb

UROOJRAFFATUROOJRAFFAT Member Posts: 17 Learner I
Can any one tell me how to change type of a columb from polynominal to date type because whenever i am changing in the excel sheet it gives me ? Mark   and i also formated the change with using nominal to date now for further regresion i have to change it as a date type.

Answers

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Hi,

    the best case is when you have actual dates or timestamps in your Excel file. You can check this by selecting the column and changing the date formatting. If it changes, then your cells are really set up as dates/timestamps, and RapidMiner can automatically read them as such. In this case, the formatting is irrelevant.

    However, if you just change the type in Excel but use an already configured Read Excel operator, that will still try to import your data as nominal, which will fail or give you the ? (for unknown value). After changing the format in the Excel file, you should execute the import wizard again.

    Otherwise, if your data are actually nominal (text, string), you'll need to use Nominal to Date with the appropriate format.
    The pattern is the Java SimpleDateFormat one, documented here: https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html

    Regards,
    Balázs
Sign In or Register to comment.