''' 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.
''' 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.