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
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, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi,date to numerical allows you to do it.Best,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers