Answers for "python pandas read_excel xlrderror excel xlsx file not supported"

4

XLRDError: Excel xlsx file; not supported

pandas.read_excel('cat.xlsx', engine='openpyxl')
Posted by: Guest on April-16-2021
1

python pandas read_excel xlrderror excel xlsx file not supported

# Make sure pandas is upgraded and that openpyxl is installed then try again
pip install pandas --upgrade
pip install openpyxl
Posted by: Guest on July-30-2021

Code answers related to "python pandas read_excel xlrderror excel xlsx file not supported"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language