-
Re: Why does Dataiku allow two web-apps with the same name?
No, it doesn't but you shouldn't be using the WebApp ID in the URLs that end users use. Those are for you to develop and test Webapps. What you should do is to setup a vanity URL. This is d…1 · -
Re: DataScienceStudio.app not updating to DSS Release 13.4.0
Hi, I have raised this with Dataiku Support many times and they just don't seem to care. It seems to be an issue with their CDN as the file that DataScienceStudio.app looks for it's not upd…1 · -
Re: How to check for consecutive monthly buys
There is probably many ways of doing this but I would do it this way. First create a list of all the months / years combination for the last 10 years. Say that gives you 120 rows. Then group your dat…1 · -
Re: How do Preserve chienese text format during CSV to dataiku load?
That's a new question so please start a new thread as this one has been marked as answered already.1 · -
Re: Merge/Group rows based on metrics
Add a Prepare recipe and create a new houses_group column using a formula as follows: if(cars > 1, "Houses with more than 1", "Houses with 1 car") Then on the resulting output …1 ·