-
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 · -
Re: Issues with the Google Drive plugin: file not appearing in the Managed Folder in Dataiku
A Dataiku Managed Folder should point to a folder in your storage layer not a file. Also annoyingly Dataiku creates the actual physical folder a managed folder points to only after you upload a file …1 · -
Re: How do Preserve chienese text format during CSV to dataiku load?
When you upload a CSV file, which is what I am assuming you are doing as you are not saying how you are loading this dataset, you can click on configure format and then on "Show advanced options…1 · -
Re: How to append dataframe in existing output dataset
https://community.dataiku.com/discussion/comment/45285#Comment_45285 Yes, the solution is to use a connection type that supports writing in append mode. Failing that you could use a circular recipe (…2 · -
Re: Combining data sources from Blob Storage
While it's easy to dump the data in cloud storage like that it's very hard to retrieve and to perform any data retrieval when you have millions of files. So you really should move away from…1 ·