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
results.show(20, False) or results.show(20, false) depending on whether you are running it on Java/Scala/Python
results.show(20, False)
results.show(20, false)