-
Getting error while writitng my data from dataframe to SAP HANA table using python script.
I am getting this error while writitng my data from dataframe to SAP HANA table using python script. Exception: An error occurred during dataset write (mdbQeu4jjA): JDBCDriverException: SAP DBTech JDBC: [288] (at 22): cannot use duplicate table name df = dataiku.Dataset("data") df.spec_item["appendMode"] = True with…
-
edit image labels after validation
Hi my case is very simple. I label images using image labeling, then I validate them. If I made a mistake during validation and I need to relabel some samples or edit their labels how can I do it?
-
display image metadata when annotating images
Hi, How can I display image metadata when I annotate the image? In the image labeling tool -> Settings -> Data I can easily click on image and see its metadata. But I need to show them during the annotation process. Thanks
-
Binning Strategy for Subpopulation Analysis?
I am doing an analysis on the US Census ML dataset, and I've built a model. When I evaluate that model in the Subpopulation Analysis tab, I am choosing "age" as my variable. At the top, I can see it has created 10 bins to put the data in, and they are all roughly the same (between 8 and 12%) modality. However, the spreads…
-
Track Deleted Recipe
Hi Team, Someone deleted a SQL recipe from the Dataiku flow and i am not able to track the individual who deleted that from the flow. I checked the Project Summary section but it showing limited activities. Could you please let me know how can i track? Thanks in Advance Shubham
-
Normalization
I want to implement this function df['spend_normalized']=(df['spend_normalized']-df['spend_normalized'].min())/(df['spend_normalized'].max()-df['spend_normalized'].min()) I am trying to use visual recipes I went for using normalization but doesn't know how it is implemented
-
I have two tables -Source and Target,in Target I want to update values for one column randomly
I have two tables -Source and Target,in Target I want to update values for one column randomly from source table
-
Error while Running SQl Query
Hi Team, i am experiencing one error while running my sql query and unable to find the root cause for the same. attaching the screenshot for the reference. Could you please help here Thanks in advance
-
Collect all months between 2 dates in a string column
Hi, Each line of my data set contain an subscription with a start and end date. I want to create another column which contains all the month between these 2 dates in string format with a separator (; for example). For example if I have start_date = 01/07/2021 and end_date = 18/04/2022. The new column should contain:…
-
Notebook api's
i want to know what api's are present related to the notebook present in out project. an example is how do we read a notebook content and then pass it to a bokeh webapp to take that as input which can execute the cells in the notebook and then finally want to use the output of last cell to show as output in webapp. i was…