Python Pandas中根据列的值选取多行数据 Pandas中根据列的值选取多行数据#选取等于某些值的行记录用==df.loc[df['column_name']==some_value]# pandas根据列的值选取多行数据