Relative Content

Tag Archive for databrickswhitespace

Pyspark Find Whitespace in DF column headers and values

I want to quickly find all values and columns in a Pyspark dataframe where there is whitespace (Matches any space, tab or newline character.) or any space like character (like ascii zero) in the data.
It looks like one way to find this is to fix it but that doesn’t give a count or show the problem.