I am using the python connector in alteryx and was trying to use apply on a dataframe to edit the data of every row. Alteryx seems to be using the same value for each row though and is not applying based on the unique value in each row.
I have run the same code in a jupyter notebook outside of alteryx and there it is working as intended i.e. function is being applied to each value in that row. Is this an issue in alteryx that DataFrame.apply is not working correctly? I am using Alteryx Designer 2021.3
Thank you