pandas read text file with space delimiter code example Example: pandas read from txt separtion data = pd.read_csv('fileName.txt', sep=" ", header=None)