Answers for "how to read xlsx file from one directory above python"

0

how to read xlsx file from one directory above python

df = pd.read_excel(r'./../B_folder/2_file.xlsx')
Posted by: Guest on August-27-2021

Code answers related to "how to read xlsx file from one directory above python"

Python Answers by Framework

Browse Popular Code Answers by Language