标签: python pandas
我有以下pandas DataFrame:
A B 1 1 3 2 11 4 3 2 5 4 22 6
当A中的值与此列表中的值匹配时,我想检索完整行:
list = [11, 22]