I have fallowing csv
Name,Department
Sam,Software
1,Data Analytics
the 'name' column has one line with value 'Sam' and another line with value 1 'Sam' is String and 1 is Int
using com.databricks.spark.csv i cant load both lines to dataframe
what can i do to solve this problem
thanks