📜  pandas 按 couluimn 值选择 - Python 代码示例

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

代码示例1
df.loc[df['column_name'] == some_value]