-
Help for colorings pattern
Hi, I m in the process of preparing chart, and for getting these different colors for the bar, i added the same field seasons in "And" and after that i could get these palette for the bars, otherwise via the color option i got only same color across the bar, my query is, is it the right way i did to get the different color…
-
Ability to terminate a custom Python scenario step with a Warning
We would like to have a custom Python scenario step generate a warning based on custom code logic. Generating a step failure is easy as we can just abort the step (as shown in this link) or just raise an exception in Python code. However there is no option to end the custom Python scenario step in a warning outcome. The…
-
Anomaly Detection
In the Visual ML, a new type of problem could be added - Anomaly Detection. It could include algorithms like Isolation Forest, Robust Covariance, Local Outlier Factor, One Class SVM, Gaussian Mixture, Kernel Density, DBSCAN, OPTICS, Elliptice Envelope. etc. I would like to find anomalies in data using multiple algorithms…
-
Minus date by 4 months, and plus 1
Hi dataiku community, can you help me with this problem I have a date column where it is always a month end. for example 2025-11-30 or 2026-01-31 and now i want to minus that date by 4 months, and add 1 day to it. so if the date is 2025-11-30 it will be 2025-08-01 if the date is 2026-01-31 it will be 2025-10-01 does anyone…
-
No Publish Button for Charts
I'm new to Dataiku and have been working through the introduction courses and am stuck at the point of publishing a dataset chart to appear on a dashboard. https://knowledge.dataiku.com/latest/courses/lab-to-flow/reporting/reporting.html#publish-to-a-dashboard Basically I need to "Click Publish in the upper right corner of…
-
How to Analyze Entire Datasets in Dataiku Instead of Samples
I’m working in Dataiku to create a usable dataset by combining internal data with public data. Currently, each dataset is loaded with only a sample of about 10,000 rows, and I used Visual Recipes to build the final dataset. However, it seems that the final output was also generated based only on the sample data. How can I…
-
How to rebuild a dataset that is build from an Excel file that is located in a managed folder?
After successfully refreshing the Excel file in the managed folder, I can't find out how to refresh the downstream dataset. The Excel file in the managed Folder is successfully refreshed by dragging the updated Excel file 'data_cleansing.xls' to the Managed Folder and overwriting the old version of this file. But the…
-
How to setup local Python environment for dataiku? (pandas version conflict)
【code】 import dataiku import pandas as pd print("pandas version: " + pd.__version__) 【result】 C:\xxx\scripts\test.py WARNING:root:Could not import pandas. Pandas support will be disabled. To enable get_dataframe and other methods, please install the pandas package pandas version: 2.3.3 【description】 I'm currently setting…
-
Dark Mode
Every developer needs a dark mode A dark theme for the flow, datasets, and recipe configs would go a long way toward making Dataiku fit into workflows that involve many other dark mode tools. Dataiku is definitely very bright when swapping from other tools which operate in dark mode. Extensions like Dark Reader do a pretty…
-
Marimo Notebooks Integration in DSS
I'd like to propose the integration of Marimo notebooks alongside the existing Jupyter notebooks in DSS. Marimo is an innovative notebook environment that addresses several limitations of traditional Jupyter notebooks while maintaining compatibility. Here are some key advantages of Marimo notebooks: Code quality : Marimo…