See also

Documentation for DataFrame is available at https://spark.apache.org/docs/latest/sql-programming-guide.html.

If you see any issues with implicit conversion, please double check to make sure you have included implicits import statement.

Example import statement for Spark 1.5.2

  import sqlContext.implicits._

DataFrame is an extensive subsystem and deserves an entire book on its own. It makes complex data manipulation at scale available to SQL programmers.

Get Apache Spark 2.x Machine Learning Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.