-
Filtering sample: Your user profile does not allow you to perform this action
When looking at the sample of a dataset and trying to filter this sample, my colleagues with an EXPLORER profile get the following error message: "Your user profile does not allow you to perform this action Your user profile does not allow you to write project content. This error typically requires configuration from your…
-
How to customize color in bar charts?
I have a dataset with 5 names and their ages. I want to generate a bar chart with one bar which the length of bar represents the avg age. I want to show the color of bar as red if avg age>=35 and green if avg age<35. How can I fulfil that? dataset sample as follows: name age John 40 Abby 32 Lewis 55 Morgan 23 Joyce 40
-
How to get 7 rolling days data from a custom date?
Hello Dataiku, Can anyone advise, how I can get past 7 days rolling data in windows or group by recipe? My data does not have sequential dates, but I need a count for different column (say id) for seven previous sequential date? Suppose there are no records in 7 days frame, give me zero.
-
CORE DESIGNER
hello community dataiku, i need your help, i don't get the number of row '985' rows like they say in note. i changed the storate type of year from string to int so i can add the postfilter year on my join recipe. the i started to create a left join between CO2_and Oil dataset and meat_and_eggs dataset with key join( code,…
-
Kernel dies with Convolutions on GPU
I am running into a kernel panic each time I try a convolution on GPU. The environment seems set correctly, GPU is available, and simple transformations run both on GPU and CPU. Convolutions run in CPU, and in GPU are killing the kernel (see image attached). I can't find any useful error message. How to throubleshot?…
-
Import a PDF file
I am trying to import a PDF file to read data and checking this tutorial:Tutorial | Managed folders - Dataiku Knowledge Base. But I meet a new problem: I don't have admin permission to create or edit python env. to install the package. Is there any way to install the package only in my project?
-
Clustering datasets having both numerical and categorical variables
Hello World! I would like to know if there is a way to directly perform Clustering while having both numerical and categorical variables in Dataiku DSS? Thank you!
-
How to delete logs of metrics and checks
Is there a way to delete logs of metrics and checks? Issue: Even if we don't use certain metric and delete it in Dataiku, the logs of that metric still exists in Dataiku instance.
-
What if analysis within Visual analyses Lab
I'm running into "External code failed" error when I try to run a What If? analysis within the Visual Analyses. Operating system used: Linux
-
Week number from day number
We consider that we have a table that contains a column "Day". In this table we have values like "21", "10", "16", .... anyvalue that could correspond to a regular day number from a date. Starting from this, is there ay formula that could return me the week number of the year corresponding to this day number (for this…