Python Script (Labs) – Execute failed: Duplicate key detected: "0"

@Christian_Essen could it be that you might have duplicate IDs (RowIDs) in your data set. You might have to reset the data frame index within the Python node:

3 Likes