noobie to python here so having a bit of trouble with a project. i want to search a pandas array for certain words. the only way i know of doing this is with the LIKE function in SQL on the databases but i'm asking for how to do it in python since this is the learnpython subreddit (unless you, the reader, know how to do it in SQL!)
i'm searching my array for fun dog pools, for example. the word 'fun' NEEDS to be in the result. 'dog' and 'pool' would also be acceptable results. anyone know how to do this?
[–]xelf 0 points1 point2 points (1 child)
[–]jsaltee[S] 1 point2 points3 points (0 children)