How can I create columns based on spaces in a row with pandas?

前端 未结 0 336
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-01 05:37

I want to use this code:

dataframe = pandas.read_csv("file.txt")
dataframe.columns = ["age", "name", "result"]
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题