Код: Выделить всё
excel_location = r'C:\path\to\excelfile.xlsx'
test = pandas.io.excel.read_excel(excel_location)
print(test)
Подробнее здесь: https://stackoverflow.com/questions/277 ... -dataframe
Код: Выделить всё
excel_location = r'C:\path\to\excelfile.xlsx'
test = pandas.io.excel.read_excel(excel_location)
print(test)