Also it is possible with "option" method when reading csv file:
val testDF = spark.read.option("skipRows",1).csv("...")