Skip to content

Latest stable version does not allow "append=true" option #142

@mwsohn

Description

@mwsohn

Here's the error message:

ERROR: MethodError: no method matching write(::String, ::DataFrame; append=true)
Closest candidates are:
write(::AbstractString, ::Any; description, metadata) at C:\Users\mwsoh.julia\packages\Feather\pbm3o\src\sink.jl:30 got unsupported keyword argument "append"
write(::AbstractString; kwargs...) at C:\Users\mwsoh.julia\packages\Feather\pbm3o\src\sink.jl:10
write(!Matched::IO, ::Any; description, metadata) at C:\Users\mwsoh.julia\packages\Feather\pbm3o\src\sink.jl:11 got unsupported keyword argument "append"
Stacktrace:

kwerr(::NamedTuple{(:append,),Tuple{Bool}}, ::Function, ::String, ::DataFrame) at .\error.jl:157
top-level scope at h:\Julia\CSVext\CSVhuge.jl:77
include_string(::Function, ::Module, ::String, ::String) at .\loading.jl:1088
ERROR: MethodError: no method matching write(::String, ::DataFrame; append=true)
Closest candidates are:
write(::AbstractString, ::Any; description, metadata) at C:\Users\mwsoh.julia\packages\Feather\pbm3o\src\sink.jl:30 got unsupported keyword argument "append"
write(::AbstractString; kwargs...) at C:\Users\mwsoh.julia\packages\Feather\pbm3o\src\sink.jl:10
write(!Matched::IO, ::Any; description, metadata) at C:\Users\mwsoh.julia\packages\Feather\pbm3o\src\sink.jl:11 got unsupported keyword argument "append"
Stacktrace:

kwerr(::NamedTuple{(:append,),Tuple{Bool}}, ::Function, ::String, ::DataFrame) at .\error.jl:157
top-level scope at h:\Julia\CSVext\CSVhuge.jl:77
include_string(::Function, ::Module, ::String, ::String) at .\loading.jl:1088
Closes call of Feather.write

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