'(unicode error) 'unicodeescape' codec can't decode bytes in position 2-3 in python while trying to us Panda

hi so i am using pandas to create a list of all the files within a directory and then produce data from them i am currently receiving this error " (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3". My end goal is to scrape specific data from multiple excel sheets at once while excluding certain ones.

Here is my code. any help would be much appreciated. enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source