pandas: How do I split text in a column into multiple rows?

后端 未结 7 1383
说谎
说谎 2020-11-22 09:47

I\'m working with a large csv file and the next to last column has a string of text that I want to split by a specific delimiter. I was wondering if there is a simple way to

7条回答
  •  北荒
    北荒 (楼主)
    2020-11-22 10:12

    This seems a far easier method than those suggested elsewhere in this thread.

    split rows in pandas dataframe

提交回复
热议问题