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.

Creation of Date Attribute

FreshyFreshy Member Posts: 7 Contributor II
Hi,

I have to create a date attribute along with the time bucket as show in the attached pic.Column(Date) & B(Time Bucket(IST)) need to be combined in order to make it as one Date attribute and Column(Grand Total) is the Label.

Kindly provide help!


Tagged:

Best Answer

  • ceaperezceaperez Member Posts: 541 Unicorn
    Solution Accepted
    Hi, @Freshy

    An approximation is to divide your Time Bucket Attribute in two parts and then concatenate it with the Date attribute, after that you can convert it into date format again.

    please check the example attached.

    Best, 
    Cesar
Sign In or Register to comment.