I have a nested dataframe where one of the columns (Reviews) is a list containing lists (text, rating, date) as shown below.
I want to check if, for any place, there exists at least one review that is not “No Review Text” and then filter the dataframe to contain only those places. I am struggling to access these ‘review_text’ elements without using sapply. How could I get direct access to these so I can do this check?