У меня ошибка
**'ufunc 'bitwise_and' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'**
, когда я пытаюсь отфильтровать по моему коду:
(xls[xls['DisabilityFriendly'] == 'приспособлен для всех групп инвалидов']) & (xls[xls['Paid'] == 'бесплатно'])
Может кто-нибудь объяснитьпочему?