I have multi-column dataframe of Flickr tags with 41,000 rows. I want to remove multiple white spaces element in a column, leaving the other columns intact.
so, this is how my column looks like:
column1 column2 column3
<a href="www.asia.com>Breda</a> result thisIs Somany multiplespace s 25,000
and this is how I want my column2 looks like after I remove multiple white spaces in it:
column1 column2 column3
<a href="www.asia.com>Breda</a> result thisIs Somany multiplespace s 25,000