-
Possibility of metadata comparison
Hi, is it possible to do a metadata comparison? What I mean by that is the following: I want to compare newly imported data with the most recently imported data and find out where there have been changes. Then display this and accept or reject it. Thank you.
-
Removing Multiple Spaces from Data in all columns
One of the great features of DSS is that you can trim the leading and trailing spaces from all of the data in all of your columns with one visual recipe Step. Very Cool. I was then trying to figure out how to clean up all the white space. Any ideas? Operating system used: Ubuntu 18.04 - WSL2 - Windows 11
-
Python Lanaguage Server not working in Code Studio
We recently start to integrate Code Studio into our dataiku instance, and we realize that the Code Studio seem not to enable language server for python code and color the code and raise warning for bug. Jump to definition is still working even though the code is not colored. Is there any specific setup we need to have so…
-
Change statistical metric for Drift calculation in Standalone Evaluate recipe
In Dataiku Standalone Evaluate recipe, while calculating data drift it chooses default statistical metrics for numerical and categorical columns KS test, Chi-squared test etc.). How to change the statistical metrics if I want?
-
Alert/Notification for Job failure
Hello, I want to send an alert/notification on failure of job in Dataiku. How can I implement it ? Thanks
-
How to reuse a group of blocks with different inputs
I have a complex process, involving several visual recipes and Python code blocks that I'd like to apply to several different datasets. I'd like to be able to apply this complex process to these different datasets obtaining several output datasets. "Convert into an application-as-recipe" seems the perfect solution but I…
-
How to extract text from doc files?
I have few .doc files in my managed folder, I want to extract the text from the files using python recipe. Please guide me how can I achieve this. Or is there any way to convert the .doc files into .docx file programmatically and then extracting the text from the converted file? Thank you in Advance. Operating system used:…
-
Python recipe Excel packages
Hello everyone, I have an issue while constructing excel with python recipe. I need to use precise packages (xlsxwriter, xlwings, openpyxl and so on) that work very well in Anaconda.But in Dataiku python recipe it's not the case. In my mind with python recipe I could do whatever python usually does. Ex below of a line that…
-
Convert scientific numbers
Hello, I would like to convert numbers in scientific fromat (1,5E7 for example) in a number format (1 500 000,00). Does someone know how to do that ? Thank you !
-
Dataset overwritten instead of error
When building datasets I have seen that, on changes to the schema given by the recipe, the dataset is fully overwritten, data and all. This means that, when a recipe suddenly does not return the correct schema, all previous data is lost… Previously we did get an error message if this was the case and we would not lose any…