I have multiple filepaths in my code like such:
pd.read_excel(r'..\\..\\folder1 name\\folder2 name\\file.xlsx')
If someone else runs this on their computer, will it correctly function, given that they have access to the same filepath? The reason why I am doing this is because the files are on OneDrive. The path is the same for everyone, but everyone has a different user ID at the beginning i.e.
(r'userID\\..\\folder1 name\\folder2 name\\file.xlsx')