Dynamic rename of column headers
Options

Sooriya
Registered Posts: 1 ✭
Hi I'm migrating workflows from alteryx to dataiku. I need to migrate a dynamic rename tool. What it does is take the values from the left dataset and assign it headers from the right dataset. Is there any way to do this in dataiku without using python?
Operating system used: Windows
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,299 Dataiker
Hi,
You can also bulk rename a column in the prepare recipe :
If you switch to column view select all columns → renameThis provide several options
You can also raw edit the renaming and copy paste your desired results
Additionally could use a custom plugin, which would have to be written in Python but can be used by the Visual Designers. Please check with your Admins if such a plugin is not already available on your instance.
Thanks