-
Re: Trouble creating custom Python code environments
To create a code env with python 3.10, you need to install this python version on the DSS server host. Once this version is installed, you need to make sure that the python version is in the path o…1 · -
Re: invalid argument when using IF statement on global variable
Hi, The error message appears when the global variable global_var is missing. Can you please check if the global variables is correctly set up? Your formula works fine when global_var is defined in A…1 · -
Re: Excel file import [R recipe]
You can read an Excel file from a managed folder using a code like below: library(dataiku)library(xlsx)content <- dkuManagedFolderDownloadPath("hRJwLbQS","xl2.xlsx", as = "…3 · -
Re: Add/Remove Column in existing dataset
Hi @David_Mellamphy , You can use a prepare recipe with Fill column processor to create a new column with a fixed value. If you need to create a new column based on those already present in your data…1 · -
Re: New Project using Dataiku
Hi @DeveshSingh96 , It looks like you don't have the ability to create a new Project. You need to reach out to your DSS Admin and check if your user/group has "Create projects" permission.1 ·