-
Re: Contains with Lowercase
Hi, In a Prepare recipe you can use the "Extract with Regular Expression" processor, which will allow you to identify the rows that contain Metric1 in either lowercase or uppercase. https:/…1 · -
Re: Calculate an average of the column
Hu Hugo, You can use the metric functionality: * on the dataset, select the Status tab > Edit > Column Statistics (see image) * Define the AVG for the column you want * Now go back to the Metri…1 · -
Re: Doing a bit of Dataiku DSS House keeping
Hi, There is a mix of product features and best practices that you can use. PRODUCT FEATURES: * Macros: Dataiku includes a series of Macros to perform maintenance tasks, such as deleting jobs and tem…1 · -
Re: How to see all history of a metric
Hi, You can add the metrics as a dataset: +Dataset > Internal > Metrics > Dataset > New Dataset Name FYI, the status tab is not limited to one month, see attached image. In your case, thi…1 · -
Re: Receipe to use for distributing rows in different ranges based on values of Single column
In both steps, you can use the Formula processor in the Prepare recipe using nested if statements: if(condition, value if true, value if false) If you are simply classifying into quartiles, you can a…1 ·