I have a SQL query being loaded in Python and a column in the data has multiple html tags in each record. Within the tags is description data that I need. How does one remove the html tags and keep the text so then be able to export the cleaned data to Excel?
↧