I have a problem running a python script, i test it outside Uipath and it works but when i use it with the load python script activities it throws this exception
I have setup the python scope correctly and as i said the Script runs when executed from an IDE or command prompt
Here is the scriptThings.zip (2.1 KB)
That is because you need to replace a single quotes with double quotes or need to pass one more back slash in the code. Just try to do that in the particular line which is there in the error
Hi, i have found the character that causing the problem in the script, is this: βNΒΊ doc.β the python activity cant decode it and thus braking the execution. so iβm going to filter the unicode characters from the column names of the data frame and and clean the code