python 判断列表内一个列表是否包含另一个列表的全部元素

https://blog.csdn.net/weixin_40922744/article/details/103261571

1

set(list_split) == set(df_file.预发货单号)

2

[False for c in b if c not in a]

3

df_file.query('''
    预发货单号 in @list_split
''').shape[0] == df_file.shape[0]