how to read csv in scala code example Example: read csv in spark df = spark.read.format("csv").option("header", "true").load("csvfile.csv")