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.

how to extract only current month data

sgnarkhede2016sgnarkhede2016 Member Posts: 152 Contributor II
Hello,

how to extract only current week/month/quarter data from dataset
e.g In this month current date is 13thAug2020, I want to extract only these 13days data from dataset.
How can i do it?

Answers

  • hbajpaihbajpai Member Posts: 102 Unicorn
    Hey @sgnarkhede2016

    You can use date_get() function in generate attributes operator to fetch Day, Week and Month from a Date attribute. You can use a simple if-else to generate the quarter from month thereon.
    Best,
    Harshit
Sign In or Register to comment.