Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Extract Day of the Week
Below is how I would extract the hour properly from a Datetime attribute via Generate Attributes.
I could easily do this via Execute python, but that adds a layer of complexity, especially in a teaching context.
date_get([Signup Date], DATE_UNIT_HOUR)I want to extract the day of the week. For example, Monday, or Friday. Is this possible?
I could easily do this via Execute python, but that adds a layer of complexity, especially in a teaching context.
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,528 RM Data ScientistHi,date to numerical allows you to do it.Best,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers