我想在每次出现关键字时在熊猫单元格中换行。
df = pd.DataFrame({'text': ['I like python pandas',
'find all function input from help jupyter',
'this has no bigrams',
'function input function input',
'function input']})
“我想每次在每个文本单元格中都有一个新行,出现“输入”。我该怎么做?”