Skip to content

Parsing Data with quotes in CSV #341

Answered by koperagen
hantsy asked this question in Q&A
Discussion options

You must be logged in to vote

Could it be that your original csv file has some invisible characters in the header? readCSV read everything as is, so it must come either from csv or a bug in csv parsing.. You can workaround by providing list of column names: DataFrame.readCSV(..., header = listOf("name", "date"))

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@koperagen
Comment options

@hantsy
Comment options

@koperagen
Comment options

Answer selected by hantsy
@hantsy
Comment options

@hantsy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants