ImportError: Missing optional dependency 'openpyxl'. Use pip or conda to install openpyxl

Viewed 87

''' import pandas as pd data = pd.read_excel(open('Molecular_Descriptor.xlsx','rb'), sheet_name='training') '''

I have piped install openpyxl, but there is still a mistake.

0 Answers
Related