User16844409535
Databricks Employee
Databricks Employee

You can provide the `skipRows` option while reading.

spark.read.format("csv").option("skipRows", 4).load("<filepath>")