if((pd['data'].str.startswith('aha' | 'bou')) & (pd[‘data1’].str.startswith(‘aha’|’bou’)))
我正在使用要从数据框中读取的熊猫,并将以aha和bou开头的数据附加到列表的两列中。在检查病情的同时
TypeError:|:“ str”和“ str”
不支持的操作数类型 if((pd['data'].str.startswith('aha' | 'bou')) & (pd[‘data1’].str.startswith(‘aha’|’bou’)))
我正在使用要从数据框中读取的熊猫,并将以aha和bou开头的数据附加到列表的两列中。在检查病情的同时
TypeError:|:“ str”和“ str”
不支持的操作数类型