-
How to convert the number "35.048,00-" to read as "-35,048.00"
I want the sales amounts to be read as: -35,048.00 2925.00 4000.00 etc
-
Update and Insert into existing oracle table
Hi All I have two task to do. 1. I wanna update into existing table in oracle, is there any option to do that ? 2. Then I wanna insert into existing table in oracle, I saw the append instead of overwrite option but how to give the existing table in output ? Please guide/Suggest the way Thanks in advance
-
Update Records In Dataiku
Hi Folks, I'm trying to find a way in Dataiku to update specific records in a table based off of specified criteria. Some context: I process data on a daily basis that needs to be transformed to a workable state for a multitude of different reports. There are user-generated date values inside of the report that are invalid…
-
Avoid data trim
Hello, https://us.v-cdn.net/6038231/uploads/CBM554JC5V1O/test-file.zip When importing a csv file, data are trimed : raw data mustn't be truncated or trimed during import process. I've attched a simple exmaple of csv file used for testing and illutrating. Anyone having a solution to avoid this ? Operating system used:…
-
How to display value lables in chart which type is Line
like title , How to display value lables in chart (chart type is Line) Operating system used: windows 10
-
Time Series training hyperparameter optimization
How do I read this chart. I used seasonal trend with range setting for the seasonality. Do this mean when the seasonality setting is 30, the MASE is the smallest. So, the next iteration of training I should set the seasonality as 30? Operating system used: Windows Operating system used: Windows Operating system used:…
-
Do we have any documentations on how to implement autoencoder for clustering within Dataiku?
Can you provide some examples to implement autoencoders for detecting patterns in data without any labels. Operating system used: v12.6.3
-
Way to determine Alteryx workflow inventory list
Is there any automated way to discover the count of Alteryx workflow on users system to get the entire inventory to migrate to Dataiku. There are set of 50 users, connecting one to one is not a feasible option.
-
how to plot a chart by row
I have a sample dataset with 5 columns shown below: In dataiku how can I plot by each row, to get result like below chart in excel? Right now I can only plot something like below chart, which is NOT what I want ( I need 1M, 3M, 6M and 1Y to appear on x-axis): Could someone help? Many thanks!
-
[Application Designer]How to display custom variables according to a dynamic value
I'm trying an application where I have some custom variables to edit. One of them is a dropdown menu that can be either "local" or "remote". According to this value I want different fields in custom variables to be displayed. For example for "local" we will only have fields "user" "path" and "fileType". For "remote" there…