Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
Besides using the
colfunction 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 …