-
Re: Sort / Order columns of a dataset
Generally speaking, there is not, unfortunately. You can however select the columns you want to display: when viewing a dataset, click the "Display" button in the upper right corner, then &…1 · -
Re: Is there a way to conditionally delete duplicates based on some key?
Hi, One way is the window recipe: * In the window definition, you partition by phone number and order by descending date * In the aggregation, you select Row number in the top "compute rank"…3 · -
Re: Compatibilité DSS 2.2.1 et Spark 1.4
Hello Romeo, Although Spark 1.4 should work with DSS 2.2.1, it is not officially supported. I've tried it a few times without running into any particular problem.1 · -
Re: Why my scoring recipe failed after updating my test dataset?
It seems that the schema of your input dataset changed. You can get DSS to detect the schema incompatibility and offer to automatically update the output dataset's schema simply by re-saving you…2 ·