I am trying to read a .xlsx with pandas, but get the follwing error:
.xlsx
data = pd.read_excel(low_memory=False, io=\"DataAnalysis1/temp1.xlsx\").fillna(
This works for me: For Python 3
pip3 install xlrd --user
For Python2
pip install xlrd --user