我有一个 Dataframe 的所有列的python列表,如下所示。
['Timestamp',
'ScheduleCode__VALUE',
'ScheduleCode__i:nil',
'ProductionCode__VALUE',
'ProductionCode__i:nil',
'ProductCode__VALUE',
'ProductCode__i:nil',
'ProductCategory__VALUE',
'ProductCategory__i:nil']
我需要删除上面列表中以__i:nil结尾的所有列,并将具有__value的所有列重命名为仅其前缀,如ProductCode__VALUE应重命名为ProductCode。
1条答案
按热度按时间6vl6ewon1#
试试这个: