-
Re: How to analyze all the data, not just the sample ?
This feature is now available in DSS 4.01 · -
Re: Export to folder : different name each day
One way of doing this is by using a python recipe on the dataset you wish to export, with a folder as output. In the recipe you can use the following code: # -*- coding: utf-8 -*- import dataiku impo…2 · -
Re: How to clearly organise the flow for big projects?
Hello, A feature that will greatly help with your issue is to use tags for the objects of your flow! You can find information about tags on this page as well as some other useful tips for collaborati…1 · -
Re: Invalid request
The most common issues related to this: - The VM just takes a long time to start, did you wait long enough? - Somehow the studio did not boot correctly, you can connect to the VM, and use "dss/b…2 · -
Re: Excel import out of memory error upon loading
Due to the way Excel files are formatted they require a very large amount of memory to be loaded. You can export you Excel file to a .csv file, and load the .csv file into Dataiku. Large CSV files wi…1 ·
