xlrd.biffh.XLRDError: Excel xlsx file; not supported [duplicate]

pip install openpyxl
pip install xlrd
import pandas as pd
data = pd.read_excel('nt.xlsx', engine='openpyxl')
print(data)

你可能感兴趣的:(NLP基础知识)