📌  相关文章
📜  列中的值以特定值开头的数据 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:48.034000             🧑  作者: Mango

代码示例1
df.loc[df[‘Code’].str.startswith('pl')]