XLRDERROR: Excel XLSX Plik; Nieobsługiwany
pandas.read_excel('cat.xlsx', engine='openpyxl')
Real Raccoon
pandas.read_excel('cat.xlsx', engine='openpyxl')
# Make sure pandas is upgraded and that openpyxl is installed then try again
pip install pandas --upgrade
pip install openpyxl