I have a dataframe built using pyspark. It has 3 columns "col1", "col2", "col3". I want to find character set encoding for "col1".
How can I achieve this?
I have a dataframe built using pyspark. It has 3 columns "col1", "col2", "col3". I want to find character set encoding for "col1".
How can I achieve this?