I\'m trying to read in an excel file (.xls) via pandas into a data frame as follows:
df = pd.read_excel( filename, sheet_name=\'Sheet1\', nrows=6)