I have a csv file with the dimensions 100*512 , I want to process it further in spark. The problem with the file is that it doesn\'t contain header i.e
100*512
spark
Unix:
cat header_file.csv data_file.csv > data_file.csv
Windows:
type header_file.csv data_file.csv > data_file.csv