-
month max row
i have a column, which is month (202301 format) i wnat to create another column names max month in the table whihc displays the max month of month row how to create it ?
-
Sort categorical variable in the desired order while plotting charts
Hi, I am plotting a chart from my data. It's a vertical stacked bar chart, showing the trend of new customer starts for different categories of products across quarters. The products make up the legend, showing a different colored vertical bar stacked on top of each other. There are some sorting options like "Natural…
-
Automating dataset exports on a monthly basis
@Turribeach apologies for tagging, but noticed you are the most experienced user i've found so far on Dataiku and would really appreciate your support on this. Currently trying to figure out a way to do some exports for a specific dataset - exports to be generated through .xlsx format by triggering an automated scenario or…
-
Cannot select whole dataset sampling option
Hi, I don't see the "Whole Dataset" option when I go to the Sample tab that opens up on the left side of the screen. Please see the attached screenshot. I used to see it I don't know what has changed. Any ideas? Thanks, Operating system used: Windows
-
Export dataset to .sav file for SPSS
Hi, Does anyone know if it is possible to export a dataset to .sav file format from DSS? There is a SPSS plugin to import .sav files into DSS, but I am not sure if there is functionality in the opposite direction. I am looking to export a dataset as a .sav file with labels and values information in Variable View in SPSS.…
-
Dash Bootstrap Components in Dataiku Webapp
Hello everyone, I am trying to create a webapp in Dataiku using Dash and the Dash Bootstrap Components package. I have successfully imported all the necessary packages into the environment and there are no errors when I run the webapp. However, the problem I am encountering is that the visual rendering of Bootstrap is not…
-
make some plots in application designer
Hello, I'm creating an application. I have created some tiles (edit project variables). I clicked on "Use custom UI," then I added some Python code (I have created a dataframe) in the Python helper code section. Now, I want to display some graphics on the app interface (some plots). Is it possible to do that?
-
Concating Columns
I havce to concat :"DG0" Field 1 and "P" in field 1 there is value 0800 I used the method concat("DG0",filed 1,"P) I'm getting result like DG0800P instead of GD00800 (one 0 is not taking after concat) What to do in this case?
-
See code behind the insight
Hi guys, I wonder if is is possible to generate the code behind the visualizations. I mean, I have generated some insights (bar plot, line plot and Pie plot) on Dataiku "design node", but I would like to get the code in Python from these charts and past it on my jupyter notebook. Is that possible? Operating system used:…
-
Force Build a R Macdown in a scenario
Hello, i have a script in my R mcdown and i want to create a scénario witch build that R mcdown every minute. Could you help me please? if there no way to do it with a scenario, if a script can do it, i'll be open as well. Thanks