If you’re coming from a Java background like me, you’re probably used to overriding toString() […]
To convert the type of column in Apache Spark, you use cast, not convert.
The cast function allows you to change the data type of column in a DataFrame […]