how to write pandas dataframe in csv file without header code example Example: pandas to csv without header file = pd.read_csv(file_name, header=None)