Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
Besides using the
col
function to reference a column, Spark/Scala DataFrame supports using$"col_name"
(based on implicit conversion and must haveimport spark.implicit._
) while PySpark DataFrame support using …