【发布时间】:2022-01-07 05:16:06
【问题描述】:
如何删除名称后面“玩家”列中的所有字符?例如:Max Aarons\774cf58b。我只想拥有第一部分:Max Aarons 并删除其余的“\774cf58b”
【问题讨论】:
-
大多数语言都支持诸如 first index of 和 String 溢出操作之类的操作。
-
编程语言是 Python
标签: python string dataframe data-cleaning