GithubHelp home page GithubHelp logo

Comments (4)

jcrist avatar jcrist commented on June 1, 2024

Makes sense to me! Would we also want to implement __arrow_c_schema__ (as per the docs you linked)?

from ibis.

kylebarron avatar kylebarron commented on June 1, 2024

There's some ongoing discussion about this apache/arrow#39689 but my own understanding is that if you're exporting a "table" or "stream of batches", then you'd only implement the __arrow_c_stream__ method. While if you're defining your own arrow-compatible data types (which maybe ibis is), then on that data type or field object you could implement __arrow_c_schema__

from ibis.

cpcloud avatar cpcloud commented on June 1, 2024

We have a single extension type used when exporting complex-type data from the snowflake backend to pyarrow. It's really only for internal use at the moment. Unclear how it would interact with the effort here, but I don't think it should be a blocker as it's the only backend that has this issue and I'm pretty sure we can solve the problem that type is solving in some other way if we need to.

from ibis.

jcrist avatar jcrist commented on June 1, 2024

Sounds good to me - I pushed up a quick PR to support this for ibis.Table types in #9143.

from ibis.

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.