How to filter words in text columns using pandas .query?
There is a way to filter in a df column only the rows with a especific word inside the text, like function ‘str.contains’ just using the .query function ?
There is a way to filter in a df column only the rows with a especific word inside the text, like function ‘str.contains’ just using the .query function ?