Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sparkSession
- .read
- .format("csv")
- .option("header", "true")
- .option("escape", "\"")
- .option("inferSchema", "true")
- .load(pathList:_*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement