Reshape a long column csv file using pandas to get a proper dataframe table

后端 未结 0 1939
Happy的楠姐
Happy的楠姐 2020-12-15 09:49

I have data in a csv file in a single column which I want to convert into a table with column headers. The input file is of the type:

df1 = pd.DataFrame([\'Co         


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