I\'ve seen many questions about removing the very first row of a Spark RDD and every solution looks like this:
val header = data.first val rows = data.filter(