Automatically infer CSV schema from the provided RDD.
Automatically infer CSV schema from the provided RDD. The process is as follows:
Similar to the JSON schema inference:
data
CSV header
CSV options
If it is set to true, column names of the requested schema are passed to CSV parser. Other column values can be ignored during parsing even if they are malformed.
inferred schema