假如有一个列表x1=['ab', 'aef'],要求在dataframe x列里面筛选出值相同的行,取出m列的值该怎么写循环和相应的条件呢?
谢谢各位老板!
遍历x1遍历dataframe判断是否相同的列名取出数据