【发布时间】:2023-03-19 04:00:01
【问题描述】:
我想要这样的东西。
Index Sentence
0 I
1 want
2 like
3 this
Keyword Index
want 1
this 3
我尝试使用df.index("Keyword"),但它并没有为所有行提供。如果有人解决这个问题,那将非常有帮助。
【问题讨论】:
标签: python python-3.x pandas