比如说这里有4.1D-US和5D-US两个列,能不能通过含有"D-US"这个文本筛选出这两列?
filter(DataFrame.columns.values.tolist(), lambda x: len(x) <> len(replace(x, 'D-US', ''))