I am using Pandas to process a text variable, and I am not sure how to correctly write the following regex expression
- containing the word ballOR the wordhelloanywhere in the text
- contatining at least a number anywhere in the text
so that
- ball red is good 02is TRUE
- ball ballis FALSE
- 2003 was a pretty damn hellois TRUE
Any ideas? Thanks!
