# Assuming data types for `a` and `b` columns to be altered pd.read_excel('file_name.xlsx', dtype={'a': np.float64, 'b': np.int32})