Skip to content

Error on CSV.read attempt #1118

@steveo314

Description

@steveo314

Came across an issue when attempting to read a csv file into a Dataframe.

The code:

CSV.read("chuckle/random.csv", DataFrame)

The error:

ERROR: MethodError: Cannot `convert` an object of type Missing to an object of type String

Without setting the quoted= and using this as a csv file:

"Name","Address","CSZ"
"Rachel Smith","123 Main St","Oldtown, NY 12345"
"Herbert "Bert" Jones","564 Second St","Oldtown, NY 12345"
"Joe Brown","879 Fourth St","Oldtown, NY 12345"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions