Pandas data validation with regex on one column
What I want to do is look for a specific pattern. 1 letter, a dash, followed by a year and letter like “A-2012A”. After that, the rest of the column’s value can be anything. I want to confirm this first part. And return a true/false value. Is it possible?