# best practice is to use the `header=None` parameter # this way, the initial header will turn into the first row in the dataframe df = pd.read_csv(file, header=None)