pandas read csv without knowing nr of columns code example Example: pandas load dataframe without header df = pd.read_csv(file_path, header=None)