I'm using Python recipe (pandas) to edit column names of my dataset (names changed after pivot recipe). after python recipe type of one column changes. The problem is i get following error "The schema…
I'm trying to extract set of archive files with different formats like [".zip", ".7z", ".rar", ".tar", ".gz", ".bz2", ".xz", ".iso", ".ZIP", ".7Z", ".RAR", ".TAR", ".GZ", ".BZ2", ".XZ", ".ISO"] I was …
You will be far better off using a Shell Recipe and the built-in OS tools (or additional OS level packages) to extract files. Then move to a Python recipe to process the extracted files.
I want to test capability custom aggregation in Group recipe, but it keeps getting me an error. ,Can you help? do you have some documentation regarding using custom aggregations? Operating system used…
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 envir…
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 t…
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 …
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
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 ide…