I have a pandas dataframe which has two columns: One column with HTML and small formatting tags like br and   in it and another column named USEFUL.
I want to convert the HTML column to plain text without the "br" tags and  's. The HTML may contain other formatting tags as well, so using regular expression is not an option. Apologize for not providing a data frame look. My formatting is really bad.
Thanks in advance.