Pandas - str.findall() with Regex
• str.findall() returns all non-overlapping matches of a regex pattern as lists within a Series, making it ideal for extracting multiple occurrences from text data
• str.findall() returns all non-overlapping matches of a regex pattern as lists within a Series, making it ideal for extracting multiple occurrences from text data