I've been working on optimizing an existing Alteryx workflow. Previously, this workflow utilized 6 separate Python tools for certain calculations. To improve performance and streamline the process, I've refactored the workflow, replacing the Python code with native Alteryx tools wherever possible.
The challenge I'm facing is that after this refactoring, I'm observing a consistent, albeit small, discrepancy in the "minute decimal" values between the original (Python-based) workflow and the new (Alteryx tool-based) workflow. This difference specifically appears in one particular calculated column.
Crucially, the formula used for this calculation is identical in both workflows. The only difference lies in how that formula is implemented:
Original Workflow: Python script performing the calculation.
New Workflow: A combination of Alteryx tools
Any suggestions on how to further debug this or identify the exact point where the discrepancy is introduced within the Alteryx tool chain?
I am happy to provide:
A simplified version of the calculation formula.
Screenshots of the relevant Alteryx workflow sections.
Example input and output data (anonymized if necessary) showing the discrepancy.(I will be attaching this now)(One column is of python workflow and the other column data is of alteryx. They are dummy data resembling the issue)
Thank you in advance for your time and expertise!
Best regards,
Akhilesh