pd.read_csv no column names code example Example: pandas load dataframe without header df = pd.read_csv(file_path, header=None)