Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Is python processing slower in Alteryx VS in-built Alteryx tool

gelvira
7 - Meteor

Hello everyone, 

 

I have a long string - I used python tool and wrote a code in python to process the string in tabular format & format every aspect as per my requirements. 

 

My issue is: When I pass 5000 records through this python logic in Alteryx then it's relatively fast but more than a million records is taking a long time and my flow runs for more than an hour. Is there any way I can optimize python script in Alteryx or would re-writing same logic in Alteryx help?

 

I appreciate any suggestion in this regard!

Thanks!

 

Sample: 

130=20 131=22 132=100 133=200 130=19.5 131=22.1 132=100 133=200 130=19.76 131=22.4 132=1000 133=200 130=20.1 131=22.8 132=900 133=70 175=4...…

 

130131132133175
20221001004
19.522.11002004
19.7622.410002004

 

 

2 REPLIES 2
BrandonB
Alteryx
Alteryx

No need to use Python, Alteryx could do this as well! 

 

BrandonB_0-1658340966959.png

 

Workflow attached

 

gelvira
7 - Meteor

@BrandonB oh wow! This looks way easier! Thanks a ton!!!!

Labels
Top Solution Authors