hzi-notebook
2/9/2019 - 3:50 PM

Excel import

from pandas import ExcelFile

file = 'Filename.xls'
xl   = ExcelFile(file)
df   = xl.parse('Tabelle1')