Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions?
Ask here!
I deleted my One-Hot Encoder after importing it. However, when I ran the Alteryx, it showed errors couldn't find the downloaded file. I downloaded One-Hot Encoder but Alteryx didn't allow me to import again. Alteryx doesn't see the downloaded file. What can I do to fix this issue? Thank you.
I suggest that you prefix the new columns with the name of the original column when you encode them. For instance, if we have two columns with Yes/No values, we want to get four new columns after encoding. However, if they have the same names, we only get two new columns with Yes/No. The other column is not encoded at all.