-
Assigning new values within a range based on probability
In a list of accounts, I have three probabilities that give the likelihood of each account being in one of three groups: Low, Medium, and High. For a given account, they might have a 30% probability of being Low, 10% probability of being Medium and 60% probability of being High. In that case, we would call this account…
-
Using Dash Mantine date component in webapp
I have created a user input form in Dataiku webapp using Dash, and for calendar input i am using Dash Mantine component as it allows easier selection of dates, sometimes when i try to click on the calendar option the dash app goes on an infinite loading state, can anyone suggest a workaround for this issue. Operating…
-
Copy multiple rows/columns to clipboard
Currently dataiku has a "copy rows to json" feature, which is great. Is there a way to copy multiple rows instead of just one row in explore? Also, would it be possible to highlight/select and copy to clipboard cells in explore, just like in Excel?
-
Root path of the dataset AllTimeData does not exist
Suddenly, while everything was working find, I started getting the following error when I create a new CSV dataset under managed_datasets Root path does not exist Error while connecting to dataset MOBILEAPPSRATINGSANALYTICS.AllTimeData, caused by: DataStoreIOException: Root path of the dataset AllTimeData does not exist I…
-
Use complex types parameter in Plugin SQL probes / metrics
Hi, Can I use any of the complex types parameters (https://doc.dataiku.com/dss/latest/plugins/reference/params.html#available-parameter-types) in a SQL probes (metrics) in a plugin? Example: Access different value in a MULTISELECT parameters -> ${parameter_label}[0], ${parameter_label}[1] I didn't find any documentation or…
-
object detection as cpu
Hi i am getting an error while downloading weights from macro - Object detection as cpu . please refer to the error below
-
How to append data to partition's dataset in Python
I'm treating a flow of data wich I dispatch in partitions, some of my python code run from scenarios to be able to properly switch from reading and writing partitions on the go. The datas are stored on an azure blob storage, csv-like. When I have to write additional datas to a partitions I can't find a way to do it as an…
-
Modify an excel file using Python
Dataikuers, I need your help! Thanks to @AlexB I was able to convert a dataset into an excel file using Python. Now I want to modify that file in the same script. In this case I'm just looking to add a few cells to new Excel Sheets but also looking to expand and do more. So I added some code that I thought would work. I…
-
How can I make an INSERT with an SQL Query recipe?
According to the documentation( https://doc.dataiku.com/dss/latest/connecting/sql/bigquery.html#writing-data-into-bigquery ), the insert method is not optimal to add data to a Big Query (BQ) table. How can I make an insert with an SQL Query recipe? The idea is the following: A table is obtained from a datacenter through a…
-
Uploading image files to managed folder
Hello, I need to pull images from a folder, transform it and upload it to another folder using python script. I pulled and transformed the images but I have trouble saving to destination folder. upload_data takes binary data not image data. Other upload methods requires "local file path" Anyway other method I can use?…