Code Monkey home page Code Monkey logo

Comments (2)

asbisen avatar asbisen commented on July 18, 2024

Hi @quinnj, I was wondering if Feather.Sink is implemented? The following code using CSV.Sink works but the reverse does not

s=CSV.Sink("t.csv")
Feather.read("Formaldehyde.feather", s)

but performing the reverse operation from CSV to Feather does not

s=Feather.Sink("t.feather")
CSV.read("./formaldehyde.csv", s)
ERROR: ArgumentError: `source` doesn't support the supported streaming types of `sink`: DataType[DataStreams.Data.Column]
 in stream!(::CSV.Source{Base.AbstractIOBuffer{Array{UInt8,1}}}, ::Feather.Sink, ::Bool) at /Users/abisen/.julia/v0.5/DataStreams/src/DataStreams.jl:128
 in #read#21(::Bool, ::UInt8, ::UInt8, ::UInt8, ::String, ::Int64, ::Int64, ::Array{DataType,1}, ::Bool, ::Base.Dates.DateFormat, ::Int64, ::Int64, ::Int64, ::Bool, ::CSV.#read, ::String, ::Feather.Sink) at /Users/abisen/.julia/v0.5/CSV/src/Source.jl:297
 in read(::String, ::Feather.Sink) at /Users/abisen/.julia/v0.5/CSV/src/Source.jl:293

from csv.jl.

quinnj avatar quinnj commented on July 18, 2024

Hey @asbisen, sorry I somehow missed your comment here. I believe there was a transition time where Feather didn't support streaming with CSV, but this should be fixed on the latest releases of both CSV and Feather. Let me know if you have any issues there!

from csv.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.