📅  最后修改于: 2022-03-11 14:46:57.501000             🧑  作者: Mango
df.columns.str.startswith('Test')
# array([ True, False, False, False])
df.loc[:,~df.columns.str.startswith('Test')]
toto test2 riri
0 x x x
1 x x x