-
Re: How to rename all the columns of a dataset with names coming from another one?
Since the last version (2.1) there is an API to programmaticaly do many things, including changing the schema: http://doc.dataiku.com/dss/latest/api/public/index.html It is a REST API with simple aut…1 · -
Re: “Unterminated quoted field at the end of the file”
This means that somewhere in the file, there is a starting quote but no ending quote, like this: 42,"a properly quoted field",3.14159 43,"an unterminated quote,2.71828 A single quotati…1 · -
Re: How do I update my license?
Data Science Studio requires a license to work. If you use the Community Edition, the license will be automatically generated when you fill the form at the first start of the studio. If you use the f…1 · -
Re: How do I import an IPython notebook?
Usually you would rather import the whole project, including the configuration of the datasets used by the notebook. For instance, for our trainings, we have a project with a few toy datasets and a f…1 · -
Re: Is it possible (supported) to change a PROJECT NAME ?
Hi Simon, As you've seen, there are two independent names - the project name, used only for display purposes, which you can change freely - the project key, which appear in the URL, which doesn&…1 ·