-
Dataset icon grayed
Hi, Does anyone knows why dataset is grayed at the flow? Thanks Operating system used: win 10
-
Getting streamlit code studio to use the project code environment
Hi, I made a Python 3.8 code environment in dataiku that mimics the code environement I sue to run my streamlit app on my PC. However, the Streamlit app on dataiku seems to use a hard-coded code environment. Is there any way to configure this by the project owner? thx Operating system used: Windows 10
-
split formula for more than one delimiter
Hello everyone, I attempted to use the split function for the delimiter that has the value ",". However, I also need it to be split by the value "()". When using just the split function, I attempted to type in both the comma as the indicator and the parenthesis as the indicator, but it seems to be limited only to one and I…
-
error connot join String and Double types
Hi, I'm having an issue in my flow when i perfom a join between 2 datasets on same column but i don't konw why i end up having 2 different types and ebove mentionned error. Any ideas on what is going on here? many thanks Operating system used: Win
-
column color by value
Hi, How can I modify the color palette applied when you choose to color based on column value. For example: I have 3 discrete values, so I want to choose a color for each value
-
How to access data within S3 folder using directory paths
Hello all, I am working on a project where I have to access images and files from an S3 folder. I have the folder within my flow paired with a Python recipe which performs the computation. I would ideally be able to employ some directory to access these files, similar to how I could with a project on my local machine to…
-
How can I make map visualization?
I have change the data type of "Ip_address_country" but when I want to make map in charts, it shows the data type as text.
-
Disable Insight Go button
Hi, How to disable Insight Go button ? Operating system used: Windows 10 Enterprise
-
How to set my dataset to upload automatically when my tables are updated.
Hello! I want to know how to set my dataset to upload automatically when my tables are updated. My data is coming from two excel - SharePoint online. And then i concat then into one. Does someone knows how to help me?
-
Remove duplicate and returns 0 rows in the end
Hello! I`ve been trying to create a python recipe that remove duplicates based in a column and keep the last but when I try to use it in my database it remove every single row in the dataframe. My code was: # -*- coding: utf-8 -*-import dataikuimport pandas as pd# Recipe inputsdf =…