how do I convert a n rows to a single row in pandas?

后端 未结 0 1611
太阳男子
太阳男子 2021-01-29 07:08

I\'m trying to convert a pd.series to a pd.df I have the next df:

   COL1
0   a
1   b 
2   c
3   d
4   e
5   f
.   .
.   .
n   n  

I need to conv

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