I am using spark-csv to load data into a DataFrame. I want to do a simple query and display the content:
val df = sqlContext.read.format(\"com.databricks.spa
Within Databricks you can visualize the dataframe in a tabular format. With the command:
display(results)
It will look like