pandas remove extra whitespace code example Example: Python function remove all whitespace from all character columns in dataframe df.columns = df.columns.str.replace(' ', '')