Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Can I use Python to clean data?

DAStudent123
6 - Meteoroid

I have a custom algorithm with for and while loops to get a certain bit of data and drag it up x places in Apps Script (which I'll convert to Python), I believe it's impossible to replicate what it's doing in Alteryx with the tools.

 

Is there any way I can bring that over into Alteryx after conversion to Python. 

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @DAStudent123 

 

Alteryx has a tool thats let you to use python coding. It has built in Jupyter notebook.

 

https://help.alteryx.com/current/designer/python-tool

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Python/ta-p/197860

 

Hope this helps 🙂

 

 

DAStudent123
6 - Meteoroid

Hi thanks @atcodedog05, I'm just looking to know whether I can manipulate my dataset like if it was an Alteryx tool itself then spit it out the other side to continue the workflow of manipulation. I don't need the graphs and other things of Python. Is there any way I can do this? 

Labels