how to not read the first line as column head in landas code example Example: pandas read csv without header df = pd.read_csv(train_file_path,sep="\t", header=None)