-
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
-
Replacing source data set with new dataset
I have a flow , where there are series of recipes, but now I want to change the main source data set , how can I do it
-
Can unified monitoring used for statistical monitoring pan models
I want to view and monitor all the models across projects, is that possible using unified monitoring?
-
How to output to / update my snowflake table using Dataiku
I have a snowflake table and I've set up the connection and everything looks good, Dataiku requires me to create a dataset using that snowflake table that I can use as my input / output. The issue is I have that dataset as my output and when I run my flow, I can see my results, but it isn't actually outputting to my…
-
How to correctly do time conversions
I have a column that has been parsed and is in UTC, when I try to format the date to be in eastern / New York time I get a new column that is -5 hours, but isn't the current the current difference -4 hours? I'm sure this has something to do with daylight savings time vs normal time, but I just want to ensure that my…