i am trying to select all crispy chicken sandwich in datasets, i have tried using this regex but it still got some grilled chicken sandwich. Here is the code
data_sandwich_crispy = data[data['Item'].str.contains(r'^(?=.*crispy)(?=.*sandwich)(?=.*chicken)', regex=True)]
and here is the look of datasets
any revision, or link to answer is really appreciated. i'm really sorry if there was a mistake, thanks you for all your help!