I have an error
**'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'**
when I am attempting to filter by my code :
(xls[xls['DisabilityFriendly'] == 'приспособлен для всех групп инвалидов']) & (xls[xls['Paid'] == 'бесплатно'])
Can anyone explain why?