import pandas d = ['a','b','c','d','e'] df = pandas.DataFrame(data=d) print (df.to_string(index = False))
print(df.to_string(index=False))