Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mwsohn opened this issue Sep 9, 2020 · 0 comments
Open

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

mwsohn opened this issue Sep 9, 2020 · 0 comments

Comments

@mwsohn
Copy link

mwsohn commented Sep 9, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant