I know we can use str.contains method to select a partial string.
My column is like,
col1
V2648
V9174.
V9071
V0021;+
V7615***
()()
random
words
I want to select all rows which contain a pattern with V+ 4 digits number. So we need to apply more than one condition on these strings.
My output will be like,
col1
V2648
V9174.
V9071
V0021;+
V7615***