Skip to content

MethodError: no method matching iterate(::CSVFiles.CSVFile) #81

@m-wells

Description

@m-wells

I believe the following code should work, given the information on the README.md.

julia> using CSVFiles

julia> load("boo.csv")
1x4 CSV file
a │ b │ c │ d
──┼───┼───┼──
1234

julia> using TypedTables

julia> load("boo.csv") |> Table
ERROR: MethodError: no method matching iterate(::CSVFiles.CSVFile)

julia> using IterableTables

julia> load("boo.csv") |> Table
ERROR: MethodError: no method matching iterate(::CSVFiles.CSVFile)

Am I doing something wrong here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions