Hi all
I’m having problems with the data extraction from an excel file. The particular of the file is that, depending on the user that is launching the script, the file is going to be in a different folder (is in a sharepoint environment, so the “user” in in the path needs to be changed).
Im using a filter and a Python script to identify the user and later add it to the file path.
The problem is that wen I try to transpose the data this is not working. Wen I try to transpose the same data but without the first step (not filtering the user and adding it directly with a code block) is working fine.
Does someone have an idea of why is this happening?
Thank you in advance